package com.looklook.xinghongfei.looklook.presenter; public interface IZhihuStoryPresenter extends BasePresenter{ void getZhihuStory(String id); void getGuokrArticle(String id); }