blob: 6f55fd58a7d6ff1f4e20ad7209b2ba80c5ef716f [file] [log] [blame]
// 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_