ftp.nice.ch/pub/next/science/medicine/BMI.1.2.NIHS.bs.tar.gz#/BMI1.2/Source/BMIimperialObject.h

This is BMIimperialObject.h in view mode; [Download] [Up]

#import <appkit/appkit.h>

@interface BMIimperialObject:Object
{
    id	BMIPanel;
    id	Height;
    id	Index;
    id	Status;
    id	Weight;
    id  FeetButton;
    id  InchesButton;
    id  GenderButton;
    id  AgeGroupButton;
    id  IndexGauge;

}

- awakeFromNib; // System call

- Calc:sender;
- HeightRadioInput:sender;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.