| // Copyright 2021 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_NTP_NEW_TAB_PAGE_CONSTANTS_H_ |
| #define IOS_CHROME_BROWSER_UI_NTP_NEW_TAB_PAGE_CONSTANTS_H_ |
| |
| #import <Foundation/Foundation.h> |
| |
| // Represents the NTP collection view. |
| extern NSString* const kNTPCollectionViewIdentifier; |
| |
| // Represents the incognito NTP view. |
| extern NSString* const kNTPIncognitoViewIdentifier; |
| |
| // Represents the menu button of the feed header. |
| extern NSString* const kNTPFeedHeaderMenuButtonIdentifier; |
| |
| // Represents the sort button of the feed header. |
| extern NSString* const kNTPFeedHeaderSortButtonIdentifier; |
| |
| // Represents the segmented control of the feed header. |
| extern NSString* const kNTPFeedHeaderSegmentedControlIdentifier; |
| |
| #endif // IOS_CHROME_BROWSER_UI_NTP_NEW_TAB_PAGE_CONSTANTS_H_ |