chromium/ios/chrome/browser/autofill/ui_bundled/authentication/card_unmask_authentication_selection_constants.h

// Copyright 2024 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_AUTOFILL_UI_BUNDLED_AUTHENTICATION_CARD_UNMASK_AUTHENTICATION_SELECTION_CONSTANTS_H_
#define IOS_CHROME_BROWSER_AUTOFILL_UI_BUNDLED_AUTHENTICATION_CARD_UNMASK_AUTHENTICATION_SELECTION_CONSTANTS_H_

#import <Foundation/Foundation.h>

extern NSString* const
    kCardUnmaskAuthenticationSelectionAcceptanceButtonAccessibilityIdentifier;
extern NSString* const
    kCardUnmaskAuthenticationSelectionCancelButtonAccessibilityIdentifier;

#endif  // IOS_CHROME_BROWSER_AUTOFILL_UI_BUNDLED_AUTHENTICATION_CARD_UNMASK_AUTHENTICATION_SELECTION_CONSTANTS_H_