InitCallback.java 198 Bytes edit raw blame history 1 2 3 4 5 6 7 8 9 10 11 12 package com.hjx.miaohongentry.activity; import java.io.IOException; /** * Created by l on 2018/2/6. */ public interface InitCallback { void onError(IOException e); void onSucess(); }