This is LocalizationExampleObject.h in view mode; [Download] [Up]
#import <AppKit/AppKit.h> @interface LocalizationExampleObject : NSObject { id theTextField; id theWindow; } - (void)InfoPanel:(id)sender; - (void)MoreInfo:(id)sender; - (void)myAction1:(id)sender; - (void)myAction2:(id)sender; - (void)myAction3:(id)sender; - (void)myAction4:(id)sender; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.