blob: 3ab3b43d8e89dfdac2f89336ad91b0c964090057 [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.
#import "ios/chrome/browser/ui/settings/autofill/autofill_constants.h"
#if !defined(__has_feature) || !__has_feature(objc_arc)
#error "This file requires ARC support."
#endif
NSString* const kAutofillProfileEditTableViewId =
@"kAutofillProfileEditTableViewId";
NSString* const kAutofillProfileTableViewID = @"kAutofillProfileTableViewID";
NSString* const kAutofillAddressSwitchViewId = @"kAutofillAddressSwitchViewId";
NSString* const kAutofillAddressManagedViewId =
@"kAutofillAddressManagedViewId";
NSString* const kAutofillCreditCardTableViewId =
@"kAutofillCreditCardTableViewId";
NSString* const kAutofillCreditCardSwitchViewId =
@"kAutofillCreditCardSwitchViewId";
NSString* const kAutofillCreditCardManagedViewId =
@"kAutofillCreditCardManagedViewId";
NSString* const kAutofillPaymentMethodsToolbarId =
@"kAutofillPaymentMethodsToolbarId";
NSString* const kAutofillCreditCardEditTableViewId =
@"kAutofillCreditCardEditTableViewId";
NSString* const kAutofillCountrySelectionTableViewId =
@"kAutofillCountrySelectionTableViewId";
NSString* const kAutofillCountrySelectionSearchScrimId =
@"kAutofillCountrySelectionSearchScrimId";