chromium/ios/chrome/browser/ui/settings/settings_navigation_controller_constants.h

// 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_SETTINGS_NAVIGATION_CONTROLLER_CONSTANTS_H_
#define IOS_CHROME_BROWSER_UI_SETTINGS_SETTINGS_NAVIGATION_CONTROLLER_CONSTANTS_H_

#import <Foundation/Foundation.h>

namespace password_manager {

// Accessibility identifier of the Navigation Bar embedded in the Settings
// Navigation Controller.
extern NSString* const kSettingsNavigationBarAccessibilityID;

}  // namespace password_manager

#endif  // IOS_CHROME_BROWSER_UI_SETTINGS_SETTINGS_NAVIGATION_CONTROLLER_CONSTANTS_H_