hxb
2022-04-13 a61093fc99633b2e5d6a7a14ddd91f26ce2e24ab
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();
}