blob: 1f17f9a6156bb769f95e961de131913efa36a596 [file] [log] [blame]
// Copyright 2018 The Chromium Authors
// 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_TOOLBAR_SECONDARY_TOOLBAR_VIEW_CONTROLLER_H_
#define IOS_CHROME_BROWSER_UI_TOOLBAR_SECONDARY_TOOLBAR_VIEW_CONTROLLER_H_
#import "ios/chrome/browser/ui/toolbar/adaptive_toolbar_view_controller.h"
// View controller for the secondary part of the adaptive toolbar. It is the one
// at the bottom of the screen. Displayed only on specific size classes.
@interface SecondaryToolbarViewController : AdaptiveToolbarViewController
@end
#endif // IOS_CHROME_BROWSER_UI_TOOLBAR_SECONDARY_TOOLBAR_VIEW_CONTROLLER_H_