chromium/ios/chrome/browser/ui/price_notifications/price_notifications_constants.h

// Copyright 2022 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_PRICE_NOTIFICATIONS_PRICE_NOTIFICATIONS_CONSTANTS_H_
#define IOS_CHROME_BROWSER_UI_PRICE_NOTIFICATIONS_PRICE_NOTIFICATIONS_CONSTANTS_H_

#import <Foundation/Foundation.h>

// Accessibility Identifier for the PriceNotificationsTableView.
extern NSString* const kPriceNotificationsTableViewIdentifier;
// Accessibility Identifier for the PriceNotificationListItem track button.
extern NSString* const kPriceNotificationsListItemTrackButtonIdentifier;
// Accessibility Identifier for the PriceNotificationsListItem menu button.
extern NSString* const kPriceNotificationsListItemMenuButtonIdentifier;

#endif  // IOS_CHROME_BROWSER_UI_PRICE_NOTIFICATIONS_PRICE_NOTIFICATIONS_CONSTANTS_H_