wjc
2 天以前 6e59290db032779ad7c4ae70bf0f8c63b02cd3f0
1
2
3
4
5
6
7
8
package com.hdl.sdk.link.socket.client;
 
/**
 * Created by hxb on 2022/2/16.
 */
public interface IHeartbeat {
    void heartbeat();
}