ftp.nice.ch/pub/next/developer/objc/dbkit/QuickApp.92.9.s.tar.gz#/QuickApp/Controller.h

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

#import <appkit/appkit.h>
#import <dbkit/dbkit.h>
#import <libc.h>

@interface Controller:Object
{
	id dbQualifier;
	id dbExpression;
	id	dbModule;
	id	dbDatabase;
	id	dbFetchGroup;
	id	rootEntity;
	id	dbTableView;
	id	inputField;
	id	window;
 }

- appDidInit:sender;
- fetch:sender;
- free;
- (BOOL)db:aDb willEvaluateString:(const char*)aString usingBinder:aBinder;
@end

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