SameBoy/Cocoa/GBCheatTextFieldCell.h

6 lines
126 B
Objective-C
Raw Normal View History

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