// 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.

#import "ios/chrome/browser/autofill/autofill_ai/public/autofill_ai_constants.h"

NSString* const kAutofillAISaveEntityTableViewId =
    @"kAutofillAISaveEntityTableViewId";
NSString* const kAutofillAISaveEntityCancelButtonId =
    @"kAutofillAISaveEntityCancelButtonId";
NSString* const kAutofillAISaveEntitySaveButtonId =
    @"kAutofillAISaveEntitySaveButtonId";
