This is OrderController.h in view mode; [Download] [Up]
#import <AppKit/AppKit.h> @interface OrderController : NSObject { id orderPanel; id orderTitleField; id buyerNameField; id creditCardField; } - (void)prepareOrder:(id)sender; - (void)cancelClicked:(id)sender; - (void)okClicked:(id)sender; - (void)cancelOrder; - (void)confirmOrder; - (BOOL)verifyCreditCard; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.