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

#import <UIKit/UIKit.h>

#ifndef ToolThickness_h
#define ToolThickness_h


#endif /* ToolThickness_h */

@protocol ToolThickness <NSObject>

-(void)setToolThickness:(CGFloat)thickness;
-(CGFloat)getToolThickness;

@end
