home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / YellowBox / Utilities / BMI-5.0-w / MetricObject.h < prev    next >
Encoding:
Text File  |  1997-01-25  |  252 b   |  15 lines

  1. #import <AppKit/AppKit.h>
  2.  
  3. @interface MetricObject : NSObject
  4. {
  5.     id AgeGroupButton;
  6.     id BMIPanel;
  7.     id GenderButton;
  8.     id HeightTextField;
  9.     id IndexTextField;
  10.     id StatusTextField;
  11.     id WeightTextField;
  12. }
  13. - (void)Calc:(id)sender;
  14. @end
  15.