package studio.uphie.one.interfaces; /** * Created by Uphie on 2015/9/6. * Email: uphie7@gmail.com */ public interface IInit { int getLayoutId(); void init(); }