package com.sketchView;

/**
 * Created by keshav on 07/04/17.
 */

public class SketchFile {
    public String localFilePath;
    public int width;
    public int height;
}
