// Copyright 2026 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_AUTOFILL_AI_PUBLIC_AUTOFILL_AI_CONSTANTS_H_
#define IOS_CHROME_BROWSER_AUTOFILL_AUTOFILL_AI_PUBLIC_AUTOFILL_AI_CONSTANTS_H_

#import <Foundation/Foundation.h>

// Accessibility identifier for the Autofill AI Save Entity table view.
extern NSString* const kAutofillAISaveEntityTableViewId;

// Accessibility identifier for the Autofill AI Save Entity close button.
extern NSString* const kAutofillAISaveEntityCancelButtonId;

// Accessibility identifier for the Autofill AI Save Entity save button.
extern NSString* const kAutofillAISaveEntitySaveButtonId;

#endif  // IOS_CHROME_BROWSER_AUTOFILL_AUTOFILL_AI_PUBLIC_AUTOFILL_AI_CONSTANTS_H_
