home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / YellowBox / Productivity / MarginMaster-5.0-w / DiscountObject.h < prev    next >
Encoding:
Text File  |  1998-04-14  |  234 b   |  14 lines

  1. #import <AppKit/AppKit.h>
  2.  
  3. @interface DiscountObject : NSObject
  4. {
  5.     id CostTF;
  6.     id PreselectedRB;
  7.     id ProfitMarginTF;
  8.     id RoundingPB;
  9.     id SellingPriceTF;
  10. }
  11. - (void)Calc:(id)sender;
  12. - (void)DisplayWindow:(id)sender;
  13. @end
  14.