hxb
2023-09-18 5873127e4249693d11d9c321599011ea6b12ba1f
1
2
3
4
5
6
7
8
package com.hdl.sdk.socket.client;
 
/**
 * Created by hxb on 2022/2/16.
 */
public interface IHeartbeat {
    void heartbeat();
}