package com.example.qyh.joe.presenter; /** * Created by admin on 2016/8/9. */ public interface FirstDetilPresenter { void loadContent(String s); }