package com.dingmouren.dingdingmusic.base; /** * Created by dingmouren on 2017/1/17. */ public interface BasePresenter { void requestData(); }