SameBoy/Cocoa/GBPreferenceButton.h

7 lines
175 B
Objective-C

#import <Cocoa/Cocoa.h>
@interface GBPreferenceButton : NSButton
@property (nonatomic) IBInspectable NSString *preferenceName;
@property IBInspectable BOOL invertValue;
@end