This is ProgramController.h in view mode; [Download] [Up]
#import <AppKit/AppKit.h> #import "ProgramServer.h" @class Program; @interface ProgramController:NSObject { id table; id channelField; id costField; id <ProgramServer> programServer; NSArray *programList; } - (id)init; - (void)tableClicked:(id)sender; - (void)updateList:(id)sender; - (Program *)selectedProgram; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.