#import "Param.h" #import @interface Image : Param - (UIImage *)get; - (UIImage *)getWithDefaultValue:(UIImage *)defaultValue; @end