blob: 3b7687b0995c211074fc17d6a0e836531bac98dd [file] [log] [blame]
// Copyright 2023 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_CONFIRMATION_ALERT_CONSTANTS_H_
#define IOS_CHROME_COMMON_UI_CONFIRMATION_ALERT_CONSTANTS_H_
#import <Foundation/Foundation.h>
// A11y Identifiers for testing.
extern NSString* const kConfirmationAlertMoreInfoAccessibilityIdentifier;
extern NSString* const kConfirmationAlertTitleAccessibilityIdentifier;
extern NSString* const kConfirmationAlertSecondaryTitleAccessibilityIdentifier;
extern NSString* const kConfirmationAlertSubtitleAccessibilityIdentifier;
extern NSString* const kConfirmationAlertUnderTitleViewAccessibilityIdentifier;
#endif // IOS_CHROME_COMMON_UI_CONFIRMATION_ALERT_CONSTANTS_H_