package me.bell.downapp.presenter;

/**
 * @Info
 * @Auth Bello
 * @Time 18-4-11 下午4:00
 * @Ver
 */

public interface IHttpView {

    void onHttpResult(String action, String httpResult);
}
