ftp.nice.ch/pub/next/games/fun/cookie.s.tar.gz#/Cookie/Cookie.h

This is Cookie.h in view mode; [Download] [Up]

/* Generated by Interface Builder */

#import <objc/Object.h>
#import "String.h"
#import <streams/streams.h>
#import <objc/List.h>

@interface Cookie:Object
{
	String	*title;
	List		*cookieLines;
}


- (char *)title;
- (List *)cookieLines;
- setLines :(List *)list;
- setTitle :(char *)title;
- (void)free;
- init;
- addLine :(char *)line;
- (BOOL)blank;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.