OKHttpInterface.java 173 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 package com.huaheng.download; /** * Created by youjie on 2018/8/23 */ public interface OKHttpInterface { void onSuccess(String msg); void onFail(String msg); }