ish/app/BarButton.h
2018-09-23 16:19:14 -07:00

19 lines
270 B
Objective-C

//
// AccessoryButton.h
// iSH
//
// Created by Theodore Dubois on 9/22/18.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
IB_DESIGNABLE @interface BarButton : UIButton
@property IBInspectable UIColor *highlightedBackgroundColor;
@end
NS_ASSUME_NONNULL_END