package com.moral.yunfushao.httputils; public interface HttpCallBack { void onSuccess(String res, String msg); void showLoadingDialog(); void onFail(int errno,String s); }