package me.zhengken.zkmusicplayer; /** * Created by zheng on 2016/10/2. */ public interface BaseView<T> { void setPresenter(T presenter); }