This is Program.h in view mode; [Download] [Up]
// Program.h // // Created on Fri Jun 07 19:11:35 PDT 1996 by NeXT EOModeler Version #import <EOControl/EOControl.h> @interface Program : NSObject { int programId; NSString *title; NSCalendarDate *broadcastDate; NSDecimalNumber *cost; id channel; } #ifdef ACCESSOR_METHODS - (void)setProgramId:(int)value; - (int)programId; - (void)setTitle:(NSString *)value; - (NSString *)title; - (void)setBroadcastDate:(NSCalendarDate *)value; - (NSCalendarDate *)broadcastDate; - (void)setCost:(NSDecimalNumber *)value; - (NSDecimalNumber *)cost; - (void)setChannel:value; - channel; #endif @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.