//
//  PathTrackingSketchTool.h
//  Sketch
//
//  Created by Keshav on 08/04/17.
//  Copyright © 2017 Particle41. All rights reserved.
//

#import "SketchTool.h"

@interface PathTrackingSketchTool : SketchTool

@property UIBezierPath *path;

@end
