ish/app/BarButton.h
2018-12-25 16:19:42 -08:00

20 lines
293 B
Objective-C

//
// AccessoryButton.h
// iSH
//
// Created by Theodore Dubois on 9/22/18.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface BarButton : UIButton
@property (nonatomic) UIKeyboardAppearance keyAppearance;
@property IBInspectable BOOL secondary;
@end
NS_ASSUME_NONNULL_END