home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / Apps / ArchiveUtils / tarZanV1.0 / Source / tarZanMain.h < prev    next >
Encoding:
Text File  |  1992-07-27  |  381 b   |  23 lines

  1.  
  2. /* Generated by Interface Builder */
  3. // Created By James T. Romano July 22, 1992 
  4. // Member of the Dynamic Duo of NeXT Computers!
  5. //
  6. // 
  7. // Read it and Weep!
  8.  
  9. #import <objc/Object.h>
  10.  
  11. @interface tarZanMain:Object
  12. {
  13. }
  14.  
  15. - procedure:sender;
  16.  
  17. // Delegate Methods
  18.  
  19. - (BOOL)appAcceptsAnotherFile:sender;
  20. - (int)app:sender openFile:(const char *)filename type:(const char *)aType;
  21.  
  22. @end
  23.