panlili2024
2024-11-14 b1569b789eef12cf5d4252620ca7e7d2d9c8b93a
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();
}