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

  1. #import <AppKit/AppKit.h>
  2.  
  3. @interface FIndMarkupObject : NSObject
  4. {
  5.     id CostTF;
  6.     id FindMarkupPanel;
  7.     id MarkupTF;
  8.     id SellingPriceTF;
  9.     id CostSellRadioButton;
  10. }
  11. - (void)Calc:(id)sender;
  12. - (void)DisplayPanel:(id)sender;
  13. @end
  14.