This is Program.h in view mode; [Download] [Up]
#import <Foundation/Foundation.h> @interface Program : NSObject { NSString *title; NSString *channel; NSCalendarDate *broadcastDate; NSString *cost; } - (id)initWithTitle:(NSString *)aTitle channel:(NSString *)aChannel broadcastDate:(NSCalendarDate *)aBroadcast cost:(NSString *)aCost; - (id)copyWithZone:(NSZone *)zone; - (void)setTitle:(NSString *)value; - (NSString *)title; - (void)setChannel:(NSString *)value; - (NSString *)channel; - (void)setBroadcastDate:(NSCalendarDate *)value; - (NSCalendarDate *)broadcastDate; - (void)setCost:(NSString *)value; - (NSString *)cost; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.