chromium/ios/chrome/browser/passwords/ui_bundled/password_constants.h

// Copyright 2020 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_PASSWORDS_PASSWORD_CONSTANTS_H_
#define IOS_CHROME_BROWSER_UI_PASSWORDS_PASSWORD_CONSTANTS_H_

#import <Foundation/Foundation.h>

// A11y ID for the password breach view controller.
extern NSString* const kPasswordBreachViewAccessibilityIdentifier;

// A11y ID for the password protection view controller.
extern NSString* const kPasswordProtectionViewAccessibilityIdentifier;

// A11y ID for the suggest password view controller.
extern NSString* const kPasswordSuggestionViewAccessibilityIdentifier;

#endif  // IOS_CHROME_BROWSER_UI_PASSWORDS_PASSWORD_CONSTANTS_H_