chromium/ios/chrome/browser/reading_list/model/reading_list_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_READING_LIST_MODEL_READING_LIST_CONSTANTS_H_
#define IOS_CHROME_BROWSER_READING_LIST_MODEL_READING_LIST_CONSTANTS_H_

#import <Foundation/Foundation.h>

// Accessibility identifiers for the undo button in the snackbar that appears
// when an item is added to the account reading list.
extern NSString* const kReadingListAddedToAccountSnackbarUndoID;

#endif  // IOS_CHROME_BROWSER_READING_LIST_MODEL_READING_LIST_CONSTANTS_H_