chromium/ios/chrome/browser/ui/content_suggestions/set_up_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_UI_CONTENT_SUGGESTIONS_SET_UP_LIST_CONSTANTS_H_
#define IOS_CHROME_BROWSER_UI_CONTENT_SUGGESTIONS_SET_UP_LIST_CONSTANTS_H_

#import <Foundation/Foundation.h>

namespace set_up_list {

// Accessibility IDs used for various UI items.
extern NSString* const kSignInItemID;
extern NSString* const kDefaultBrowserItemID;
extern NSString* const kAutofillItemID;
extern NSString* const kContentNotificationItemID;
extern NSString* const kAllSetItemID;
extern NSString* const kFollowItemID;
extern NSString* const kAccessibilityID;
extern NSString* const kExpandButtonID;
extern NSString* const kMenuButtonID;
extern NSString* const kAllSetID;

}  // namespace set_up_list

#endif  // IOS_CHROME_BROWSER_UI_CONTENT_SUGGESTIONS_SET_UP_LIST_CONSTANTS_H_