This is ProgramController.h in view mode; [Download] [Up]
#import <AppKit/AppKit.h>
@class Program;
@interface ProgramController : NSObject
{
id table;
id channelField;
id costField;
NSMutableArray *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.