blob: 8fb99d46bf7b66070af76a243c446386311c3817 [file] [log] [blame]
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef IOS_CHROME_COMMON_HIGHLIGHT_BUTTON_H_
#define IOS_CHROME_COMMON_HIGHLIGHT_BUTTON_H_
#import <UIKit/UIKit.h>
// A button that fades opacity on highlight.
@interface HighlightButton : UIButton
@end
#endif // IOS_CHROME_COMMON_HIGHLIGHT_BUTTON_H_