This is OATextFieldFormatterInspector.h in view mode; [Download] [Up]
#import <objc/Object.h>
@class View;
@class OATextFieldFormatter;
@interface OATextFieldFormatterInspector:Object
{
id panel;
id object;
}
- (View *)view;
- (OATextFieldFormatter *)object;
- setObject:(OATextFieldFormatter *)anObject;
- ok:sender;
- revert:sender;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.