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