This is Controller.h in view mode; [Download] [Up]
#import <appkit/ScrollView.h> #import <appkit/Text.h> #import <appkit/TextField.h> #import <objc/Object.h> @interface Controller:Object { id endField; id startField; id theText; id theTextField; id theScrollView; char *outpath; } - init; - free; - transferText:sender; - insertLongText:sender; - selectText:sender; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.