home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / OPENSTEP / Utilities / CATax-2.0-MIS / Inverse.h < prev    next >
Encoding:
Text File  |  1997-02-26  |  174 b   |  12 lines

  1. #import <AppKit/AppKit.h>
  2.  
  3. @interface Inverse : NSObject
  4. {
  5.     id IN_CATax;
  6.     id IN_Price;
  7.     id IN_Total;
  8. }
  9. - (void)IN_Calc:(id)sender;
  10. - (void)MoreInfo:(id)sender;
  11. @end
  12.