// Copyright 2023 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_PASSWORD_WIDGET_PROMO_INSTRUCTIONS_WIDGET_PROMO_INSTRUCTIONS_CONSTANTS_H_
#define IOS_CHROME_BROWSER_UI_SETTINGS_PASSWORD_WIDGET_PROMO_INSTRUCTIONS_WIDGET_PROMO_INSTRUCTIONS_CONSTANTS_H_
#import <Foundation/Foundation.h>
namespace password_manager {
// Accessibility identifier for the widget promo instructions screen.
extern NSString* const kWidgetPromoInstructionsViewID;
// Name of the image displayed in the widget promo instructions screen.
extern NSString* const kWidgetPromoInstructionsImageName;
// Accessibility identifier for the image displayed in the widget promo
// instructions screen.
extern NSString* const kWidgetPromoInstructionsImageID;
// Accessibility identifier for the scrollable part of the widget promo
// instructions screen.
extern NSString* const kWidgetPromoInstructionsScrollableViewID;
} // namespace password_manager
#endif // IOS_CHROME_BROWSER_UI_SETTINGS_PASSWORD_WIDGET_PROMO_INSTRUCTIONS_WIDGET_PROMO_INSTRUCTIONS_CONSTANTS_H_