ftp.nice.ch/pub/next/tools/archiver/Archive.0.7.N.b.tar.gz#/Archive0.7/Controller.h

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

/* Generated by Interface Builder */

#import <appkit/appkit.h>
#import <objc/Object.h>

@interface Controller:Object
{
    id	openReq,	// OpenPanel for open requests 
	archiveReq;	// SavePanel for save-in requests
    id  stringSet;	//an external string resource
    
    id	boxRemoveTar;   // These are from the preferences panel.
    id	boxAutoQuit;
    id	boxRemoveLha;
    id	selectScheme;
    id	boxRemoveZip;
    id	boxQueryScheme;
    id	boxAutoUntar;
    id  boxQueryRemove;

}

- showError:(const char *)errorMessage;
- openRequest:sender;
- archiveRequest:sender;
- (int)openFile:(const char *)fileName;

@end

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