ish/app/BarButton.h
2018-12-02 17:42:26 -08:00

20 lines
307 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 (nonatomic) UIKeyboardAppearance keyAppearance;
@property IBInspectable BOOL secondary;
@end
NS_ASSUME_NONNULL_END