2
wxr
2022-11-25 2ae8111cc2bbd17c2a6b94a4e13fda66e711a205
1
2
3
4
5
6
7
package com.mm.android.deviceaddmodule.base;
 
/**
 * MVP模式P层接口
 */
public interface IBasePresenter {
}