darling-cocotron/AppKit/NSUserInterfaceValidation.h
Christopher Lloyd fcda3ab7d9 - Large number of missing AppKit constant/methods added, most of the simpler ones implemented. Cleanup and instance size changes.
- Some existing implementation updated for new methods, primarily NSDocument
- Removed legacy keyed encoding/decoding functionality in AppKit
2007-11-08 15:58:54 +00:00

7 lines
102 B
Objective-C

#import <Foundation/NSObject.h>
@protocol NSValidatedUserInterfaceItem
-(int)tag;
-(SEL)action;
@end