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); }