package com.sunzee.mvp.other; import com.sunzee.base.BaseView; /** * 其他页界面 view */ public interface OtherView extends BaseView { }