| // Copyright 2025 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_COMMON_UI_BUTTON_STACK_BUTTON_STACK_CONSTANTS_H_ |
| #define IOS_CHROME_COMMON_UI_BUTTON_STACK_BUTTON_STACK_CONSTANTS_H_ |
| |
| #import <Foundation/Foundation.h> |
| |
| // Accessibility identifiers for the buttons. |
| extern NSString* const kButtonStackPrimaryActionAccessibilityIdentifier; |
| extern NSString* const kButtonStackSecondaryActionAccessibilityIdentifier; |
| extern NSString* const kButtonStackTertiaryActionAccessibilityIdentifier; |
| extern NSString* const kButtonStackCheckmarkSymbolAccessibilityIdentifier; |
| |
| #endif // IOS_CHROME_COMMON_UI_BUTTON_STACK_BUTTON_STACK_CONSTANTS_H_ |