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

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