void inCpp__Fv();

@interface Number : Object
{
  double _number;
};

- init:(double)d;
- (int)intValue;
- (double)doubleValue;

@end



