This is Document.h in view mode; [Download] [Up]
#import <AppKit/AppKit.h> @interface Document: NSObject { IBOutlet NSWindow *window; NSString *filePath; } + (NSSet *) readableFileTypes; - initWithContentsOfFile:(NSString *)file; - init; - (NSString *) filePath; - (void) setFilePath:(NSString *)path; - (void)show; - (void)windowWillClose:(NSNotification *)note; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.