910e62b5创建于 1月15日历史提交
// 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;

// Default margin for the button stack.
extern const CGFloat kButtonStackMargin;

#endif  // IOS_CHROME_COMMON_UI_BUTTON_STACK_BUTTON_STACK_CONSTANTS_H_