6 lines
126 B
Objective-C
6 lines
126 B
Objective-C
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface GBCheatTextFieldCell : NSTextFieldCell
|
|
@property (nonatomic) bool usesAddressFormat;
|
|
@end
|