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