// 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_CELLS_PRICE_NOTIFICATIONS_MENU_BUTTON_H_
#define IOS_CHROME_BROWSER_UI_PRICE_NOTIFICATIONS_CELLS_PRICE_NOTIFICATIONS_MENU_BUTTON_H_
#import <UIKit/UIKit.h>
// A UIButton that enumerates a list of settings that the user can choose for
// the tracked item.
@interface PriceNotificationsMenuButton : UIButton
@end
#endif // IOS_CHROME_BROWSER_UI_PRICE_NOTIFICATIONS_CELLS_PRICE_NOTIFICATIONS_MENU_BUTTON_H_