blob: 5b65c29dc3761a125c32d1c4672c8bcd290746b2 [file] [log] [blame]
// 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_