// Copyright 2026 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_TAB_PICKER_UI_TAB_PICKER_UI_CONSTANTS_H_
#define IOS_CHROME_BROWSER_TAB_PICKER_UI_TAB_PICKER_UI_CONSTANTS_H_

#import <Foundation/Foundation.h>

// Accessibility identifier for the tab picker's collection view.
extern NSString* const kTabPickerCollectionViewAccessibilityIdentifier;
// Accessibility identifier for the empty state view in the tab picker.
extern NSString* const kTabPickerEmptyStateViewAccessibilityIdentifier;

#endif  // IOS_CHROME_BROWSER_TAB_PICKER_UI_TAB_PICKER_UI_CONSTANTS_H_
