chromium/ios/chrome/browser/ui/toolbar/accessory/toolbar_accessory_constants.h

// Copyright 2019 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_ACCESSORY_TOOLBAR_ACCESSORY_CONSTANTS_H_
#define IOS_CHROME_BROWSER_UI_TOOLBAR_ACCESSORY_TOOLBAR_ACCESSORY_CONSTANTS_H_

#import <Foundation/Foundation.h>

// The accessibility ID of the toolbar accessory container
extern NSString* const kToolbarAccessoryContainerViewID;

#endif  // IOS_CHROME_BROWSER_UI_TOOLBAR_ACCESSORY_TOOLBAR_ACCESSORY_CONSTANTS_H_