home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / ArchiveUtils / JumpBack / Source / TarControl.h < prev    next >
Encoding:
Text File  |  1995-06-12  |  1.0 KB  |  43 lines

  1.  
  2. //======================================================================
  3. //
  4. //    Portions written by FreemanSoft Inc.
  5. //
  6. //    FreemanSoft disclaims any warranty of any kind, expressed or implied,
  7. //    as to this source code's fitness for any particular use.
  8. //
  9. //    For more information, use the following electronic mail addresses:
  10. //     
  11. //        info@FreemanSoft.com    general questions
  12. //        support@FreemanSoft.com    technical questions
  13. //
  14. //======================================================================
  15.  
  16.  
  17. /* Written by
  18.  *    Joe Freeman
  19.  *    This code has no warranty.  
  20.  *    It is provided so that the consumer may maintain and modify it
  21.  *    at their own risk.  Use this code at your own risk.
  22.  */
  23.  
  24. /* Generated by Interface Builder */
  25.  
  26. #import <appkit/appkit.h>        /* precompiled headers */
  27. #import "TwoPassUIControl.h"
  28.  
  29. @interface TarControl:TwoPassUIControl
  30. {
  31. }
  32.  
  33. - (const char *)buttonImageName;
  34. - (const char *)buttonAltImageName;
  35. - (const char *)stringsTable;
  36.  
  37. - free;
  38. - runPassOne:sender;        /* return nil if find not run */
  39. - runPassTwo:sender;
  40.  
  41.  
  42. @end
  43.