This is CompressApp.h in view mode; [Download] [Up]
/*
* Filename: CompressApp.h
* Created : Mon Jul 1 16:13:09 1991
* Author : Vince DeMarco
* <demarco@cpsc.ucalgary.ca>
*/
/* Generated by Interface Builder */
#import <appkit/Application.h>
@interface CompressApp:Application
{
id CompressObject;
id OpenPanelObject;
}
+ new;
- free;
- (int)openFile:(const char*)filename ok:(int *)flag;
- (BOOL)appAcceptsAnotherFile:sender;
- compressfile:sender;
- uncompressfile:sender;
- appDidInit:sender;
- compressDocument:pasteboard userData:(const char*)userData error:(char**)message;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.