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