#import <UIKit/UIKit.h>
#import "IFKShape.h"

@interface IFKPathShape : IFKShape

@property (nonatomic, copy) UIBezierPath *inputPath;

@end
