wxr
2022-12-01 2588ab0681d9ef96f98114a1de018b420e3ee1da
1
2
3
4
5
package com.mm.android.deviceaddmodule.mobilecommon.base.mvp;
 
public interface IBaseModel {
    void unInit();              //反初始化,以是否相关资源
}