SameBoy/Cocoa/GBCheatTextFieldCell.h

6 lines
126 B
Objective-C
Raw Normal View History

2020-04-11 15:03:10 +00:00
#import <Cocoa/Cocoa.h>
@interface GBCheatTextFieldCell : NSTextFieldCell
2021-01-13 18:59:28 +00:00
@property (nonatomic) bool usesAddressFormat;
2020-04-11 15:03:10 +00:00
@end