chromium/ios/chrome/browser/autofill/ui_bundled/manual_fill/manual_fill_cell_button.h

// Copyright 2018 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_UI_BUNDLED_MANUAL_FILL_MANUAL_FILL_CELL_BUTTON_H_
#define IOS_CHROME_BROWSER_AUTOFILL_UI_BUNDLED_MANUAL_FILL_MANUAL_FILL_CELL_BUTTON_H_

#import <UIKit/UIKit.h>

// Buttons with a darker background in highlighted state.
@interface ManualFillCellButton : UIButton
@end

#endif  // IOS_CHROME_BROWSER_AUTOFILL_UI_BUNDLED_MANUAL_FILL_MANUAL_FILL_CELL_BUTTON_H_