package com.mm.android.deviceaddmodule.base; /** * MVP模式P层接口 */ public interface IBasePresenter { }