// 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_UI_SAVE_TO_DRIVE_FILE_DESTINATION_PICKER_CONSTANTS_H_
#define IOS_CHROME_BROWSER_UI_SAVE_TO_DRIVE_FILE_DESTINATION_PICKER_CONSTANTS_H_
#import <Foundation/Foundation.h>
// Accessibility identifiers for file destination picker table view cells.
extern NSString* const kFileDestinationPickerFilesAccessibilityIdentifier;
extern NSString* const kFileDestinationPickerDriveAccessibilityIdentifier;
#endif // IOS_CHROME_BROWSER_UI_SAVE_TO_DRIVE_FILE_DESTINATION_PICKER_CONSTANTS_H_