package com.wasu.cs.mvp.IView; /** * Created by Danxx on 2016/6/23. * 基本MvpView接口 */ public interface MvpView { }