// Copyright 2024 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_LENS_OVERLAY_UI_LENS_OVERLAY_ACCESSIBILITY_IDENTIFIER_CONSTANTS_H_
#define IOS_CHROME_BROWSER_LENS_OVERLAY_UI_LENS_OVERLAY_ACCESSIBILITY_IDENTIFIER_CONSTANTS_H_
#import <Foundation/Foundation.h>
// A11y identifier for the lens container view.
extern NSString* const kLenscontainerViewAccessibilityIdentifier;
// A11y identifier for the lens container view close button.
extern NSString* const kLenscontainerViewCloseButtonAccessibilityIdentifier;
#endif // IOS_CHROME_BROWSER_LENS_OVERLAY_UI_LENS_OVERLAY_ACCESSIBILITY_IDENTIFIER_CONSTANTS_H_