blob: f5e47c615ab59704de879e7e77f72e4872cc5a8c [file] [log] [blame]
// Copyright 2021 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_TABS_TAB_STRIP_CONSTANTS_H_
#define IOS_CHROME_BROWSER_UI_TABS_TAB_STRIP_CONSTANTS_H_
#import <CoreGraphics/CoreGraphics.h>
#import <Foundation/Foundation.h>
extern NSString* const kRegularTabStripId;
extern NSString* const kIncognitoTabStripId;
// The size of the tab strip view.
extern const CGFloat kTabStripHeight;
#endif // IOS_CHROME_BROWSER_UI_TABS_TAB_STRIP_CONSTANTS_H_