// Copyright 2019 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_AUTOFILL_MANUAL_FILL_UI_CHIP_BUTTON_H_
#define IOS_CHROME_BROWSER_AUTOFILL_MANUAL_FILL_UI_CHIP_BUTTON_H_

#import "ios/chrome/browser/shared/ui/elements/extended_touch_target_button.h"

// Buttons with a rounded border and gray background in highlighted state.
@interface ChipButton : ExtendedTouchTargetButton
@end

#endif  // IOS_CHROME_BROWSER_AUTOFILL_MANUAL_FILL_UI_CHIP_BUTTON_H_
