blob: 4a3e99859e820463dd3ee0d71f7a6d2343ac3f79 [file] [log] [blame]
// Copyright 2019 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_UI_SETTINGS_AUTOFILL_AUTOFILL_CONSTANTS_H_
#define IOS_CHROME_BROWSER_UI_SETTINGS_AUTOFILL_AUTOFILL_CONSTANTS_H_
#import <Foundation/Foundation.h>
extern NSString* const kAutofillProfileEditTableViewId;
extern NSString* const kAutofillProfileTableViewID;
extern NSString* const kAutofillPaymentMethodsToolbarId;
extern NSString* const kAutofillAddressSwitchViewId;
extern NSString* const kAutofillAddressManagedViewId;
extern NSString* const kAutofillCreditCardTableViewId;
extern NSString* const kAutofillCreditCardSwitchViewId;
extern NSString* const kAutofillCreditCardManagedViewId;
// Accessibility identifier for the edit card table view.
extern NSString* const kAutofillCreditCardEditTableViewId;
// Accessibility identifier for the country selection view.
extern NSString* const kAutofillCountrySelectionTableViewId;
extern NSString* const kAutofillCountrySelectionSearchScrimId;
#endif // IOS_CHROME_BROWSER_UI_SETTINGS_AUTOFILL_AUTOFILL_CONSTANTS_H_