home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / OPENSTEP / Utilities / CATax-2.0-MIS / Regular.h < prev    next >
Encoding:
Text File  |  1997-01-19  |  133 b   |  11 lines

  1. #import <AppKit/AppKit.h>
  2.  
  3. @interface Regular : NSObject
  4. {
  5.     id CATax;
  6.     id Price;
  7.     id Total;
  8. }
  9. - (void)Calc:(id)sender;
  10. @end
  11.