SameBoy/Cocoa/GBPreferencePopUpButton.h

10 lines
257 B
Objective-C
Raw Normal View History

#import <Cocoa/Cocoa.h>
@interface GBPreferenceMenuItem : NSMenuItem
@property (nonatomic) IBInspectable NSString *preferenceValue;
@end
@interface GBPreferencePopUpButton : NSPopUpButton
@property (nonatomic) IBInspectable NSString *preferenceName;
@end