chromium/ios/chrome/browser/ui/settings/password/passwords_in_other_apps/constants.mm

// Copyright 2021 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/password/passwords_in_other_apps/constants.h"
#import <Foundation/Foundation.h>

NSString* const kPasswordsInOtherAppsViewAccessibilityIdentifier =
    @"PasswordsInOtherAppsViewController";
NSString* const kPasswordsInOtherAppsTitleAccessibilityIdentifier =
    @"kPasswordsInOtherAppsTitleAccessibilityIdentifier";
NSString* const kPasswordsInOtherAppsSubtitleAccessibilityIdentifier =
    @"kPasswordsInOtherAppsSubtitleAccessibilityIdentifier";
NSString* const kPasswordsInOtherAppsImageAccessibilityIdentifier =
    @"kPasswordsInOtherAppsImageAccessibilityIdentifier";
NSString* const kPasswordsInOtherAppsActionAccessibilityIdentifier =
    @"kPasswordsInOtherAppsActionAccessibilityIdentifier";
NSString* const kPasswordsInOtherAppsScrollViewAccessibilityIdentifier =
    @"kPasswordsInOtherAppsScrollViewAccessibilityIdentifier";