blob: 55efc825ad901e32f3ff286505fc963aef54e001 [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef IOS_CHROME_BROWSER_UI_MATERIAL_COMPONENTS_CHROME_APP_BAR_VIEW_CONTROLLER_H_
#define IOS_CHROME_BROWSER_UI_MATERIAL_COMPONENTS_CHROME_APP_BAR_VIEW_CONTROLLER_H_
#import "ios/third_party/material_components_ios/src/components/AppBar/src/MDCAppBarViewController.h"
// Used as substitute to MDCAppBarViewController to prevent default behavior of
// managing accessiblity dismiss gesture itself. Usually the view controller or
// its navigation controller has logic that handles it.
@interface ChromeAppBarViewController : MDCAppBarViewController
@end
#endif // IOS_CHROME_BROWSER_UI_MATERIAL_COMPONENTS_CHROME_APP_BAR_VIEW_CONTROLLER_H_