This is Document.h in view mode; [Download] [Up]
/* Generated by Interface Builder */
/* $Id: Document.h,v 1.2 94/01/30 16:28:14 ediger Exp Locker: ediger $
* $Log: Document.h,v $
* Revision 1.2 94/01/30 16:28:14 ediger
* dummy checking
*
* Revision 1.1 93/12/19 13:07:37 ediger
* Initial revision
*
*/
#import <objc/Object.h>
#import <strings.h>
#import <MachOView.h>
#undef DEBUG
#ifdef DEBUG
#define D(c) c
#else
#define D(c)
#endif
@interface Document:Object
{
id viewWindow;
id fileRep;
}
- init;
- openFileNamed:(char *)path;
- show:sender;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.