mirror of https://github.com/LIJI32/SameBoy.git
10 lines
257 B
Objective-C
10 lines
257 B
Objective-C
![]() |
#import <Cocoa/Cocoa.h>
|
||
|
|
||
|
@interface GBPreferenceMenuItem : NSMenuItem
|
||
|
@property (nonatomic) IBInspectable NSString *preferenceValue;
|
||
|
@end
|
||
|
|
||
|
@interface GBPreferencePopUpButton : NSPopUpButton
|
||
|
@property (nonatomic) IBInspectable NSString *preferenceName;
|
||
|
@end
|