package com.wingsofts.mvphelper.biz.file.generator;
import com.wingsofts.mvphelper.biz.Startable;
/**
* The interface witch provide methods to start files and contents.
*
* @author DengChao
* @since 2017/4/10
*/
public interface FileGenerator extends Startable {
}