package be.cytomine.client;
import be.cytomine.client.abst.AbstractUploadedFile;
/**
* A file uploaded on the server, when finished, we create an 'abstract image' from this uploaded file
*
* @author ClientBuilder (Loïc Rollus)
* @version 0.1
*
* YOU CAN EDIT THIS FILE (DO NO EDIT THE ABSTRACT PARENT CLASS)
*
*/
public class UploadedFile
extends AbstractUploadedFile
{
}