This is ProgramServer.h in view mode; [Download] [Up]
#import <Foundation/Foundation.h>
@protocol ProgramServer
- (bycopy NSArray *)programs;
- (BOOL)verifyCreditCard:(NSString *)cardString
forName:(NSString *)name;
@end
@interface ProgramServer : NSObject <ProgramServer>
{
NSMutableArray *programList;
}
- (id)init;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.