wjc
2023-06-28 99bc815e07e39354f51421b77f4012ffd35594d8
HDLLinkLocalSdk/src/main/java/com/hdl/sdk/link/core/callback/BaseCallBack.java
New file
@@ -0,0 +1,12 @@
package com.hdl.sdk.link.core.callback;
import com.hdl.sdk.link.common.exception.HDLLinkException;
/**
 * Created by Tong on 2021/11/11.
 */
public interface BaseCallBack {
    void onError(HDLLinkException e);
}