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

#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>

@interface SketchFile : NSObject

@property NSString *localFilePath;
@property CGSize size;

@end
