hxb
2024-10-24 773b9953ad645b39a9efa8ab6d71dfc9d9e4e22e
HDLLinkPMSdk/src/main/java/com/hdl/linkpm/sdk/user/callback/IRegionByAccountCallBack.java
New file
@@ -0,0 +1,14 @@
package com.hdl.linkpm.sdk.user.callback;
import com.hdl.linkpm.sdk.core.callback.IBaseCallBack;
import com.hdl.linkpm.sdk.user.bean.HDLUserRegionBean;
/**
 * Created by jlchen on 12/3/21.
 */
public interface IRegionByAccountCallBack extends IBaseCallBack {
    /**
     * 成功回调
     */
    void onSuccess(HDLUserRegionBean regionBean);
}