SameBoy/iOS/GBSlotButton.h

9 lines
268 B
Objective-C

#import <UIKit/UIKit.h>
@interface GBSlotButton : UIButton
+ (instancetype)buttonWithLabelText:(NSString *)label;
@property (readonly) UILabel *label;
@property (readonly) UILabel *slotSubtitleLabel;
@property (nonatomic, getter=isShowingMenu) bool showingMenu;
@end