chromium/ios/chrome/browser/price_insights/ui/price_insights_constants.mm

// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#import "ios/chrome/browser/price_insights/ui/price_insights_constants.h"

NSString* const kContentStackViewIdentifier = @"contentStackViewIdentifier";
NSString* const kPriceTrackingStackViewIdentifier =
    @"priceTrackingStackViewIdentifier";
NSString* const kPriceTrackingTitleIdentifier = @"priceTrackingTitleIdentifier";
NSString* const kPriceTrackingSubtitleIdentifier =
    @"priceTrackingSubtitleIdentifier";
NSString* const kPriceTrackingButtonIdentifier =
    @"priceTrackingButtonIdentifier";
NSString* const kBuyingOptionsStackViewIdentifier =
    @"buyingOptionsStackViewIdentifier";
NSString* const kBuyingOptionsTitleIdentifier = @"buyingOptionsTitleIdentifier";
NSString* const kBuyingOptionsSubtitleIdentifier =
    @"buyingOptionsSubtitleIdentifier";
NSString* const kPriceHistoryStackViewIdentifier =
    @"priceHistoryStackViewIdentifier";
NSString* const kPriceHistoryTitleIdentifier = @"priceHistoryTitleIdentifier";
NSString* const kPriceHistoryPrimarySubtitleIdentifier =
    @"priceHistoryPrimarySubtitleIdentifier";
NSString* const kPriceHistorySecondarySubtitleIdentifier =
    @"priceHistorySecondarySubtitleIdentifier";
NSString* const kPriceHistoryGraphIdentifier = @"priceHistoryGraphIdentifier";