chromium/ios/chrome/browser/ui/settings/notifications/tracking_price/tracking_price_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_SETTINGS_NOTIFICATIONS_TRACKING_PRICE_TRACKING_PRICE_CONSTANTS_H_
#define IOS_CHROME_BROWSER_UI_SETTINGS_NOTIFICATIONS_TRACKING_PRICE_TRACKING_PRICE_CONSTANTS_H_

#import <Foundation/Foundation.h>

// The accessibility identifier of the Tracking Price setting table view.
extern NSString* const kTrackingPriceTableViewId;

// The accessibility identifier of the Tracking Price mobile notifications cell.
extern NSString* const kSettingsTrackingPriceMobileNotificationsCellId;

// The accessibility identifier of the Tracking Price email notifications cell.
extern NSString* const kSettingsTrackingPriceEmailNotificationsCellId;

#endif  // IOS_CHROME_BROWSER_UI_SETTINGS_NOTIFICATIONS_TRACKING_PRICE_TRACKING_PRICE_CONSTANTS_H_