#import "Param.h" @interface Double : Param - (double)get; - (double)getWithDefaultValue:(double)defaultValue; @end