// Copyright 2018 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_READING_LIST_UI_BUNDLED_READING_LIST_CONSTANTS_H_
#define IOS_CHROME_BROWSER_READING_LIST_UI_BUNDLED_READING_LIST_CONSTANTS_H_

#import <UIKit/UIKit.h>

// Accessibility identifier for reading list view.
extern NSString* const kReadingListViewID;

// Accessibility identifiers for reading list navigation bar buttons.
extern NSString* const kReadingListNavigationBarSelectButtonID;
extern NSString* const kReadingListNavigationBarSelectAllButtonID;
extern NSString* const kReadingListNavigationBarDeselectAllButtonID;
extern NSString* const kReadingListNavigationBarExitEditButtonID;
extern NSString* const kReadingListNavigationBarCloseButtonID;

// Accessibility identifiers for reading list toolbar buttons.
extern NSString* const kReadingListToolbarDeleteButtonID;
extern NSString* const kReadingListToolbarDeleteAllReadButtonID;
extern NSString* const kReadingListToolbarMarkButtonID;

// Accessibility identifier for the "local" image of the reading list items.
extern NSString* const kReadingListLocalImageID;


// NSUserDefault key to save last time a Messages prompt was shown.
extern NSString* const kLastReadingListEntryAddedFromMessages;

#endif  // IOS_CHROME_BROWSER_READING_LIST_UI_BUNDLED_READING_LIST_CONSTANTS_H_
