package com.hdl.sdk.link.socket.listener; /** * Created by Tong on 2021/9/22. */ public interface SendListener { void onSucceed(); void onError(); }