#import "IFKShape.h"

@interface IFKCircleShape : IFKShape

@property (nonatomic, copy) NSNumber *inputRadius;

@end
