OKHttpInterface.java 187 Bytes
package com.huaheng.mobilehuaheng.download;

/**
 * Created by youjie on 2018/8/23
 */
public interface OKHttpInterface {

    void onSuccess(String msg);

    void onFail(String msg);
}