package com.hdl.sdk.link.socket.client; /** * Created by hxb on 2022/2/16. */ public interface IHeartbeat { void heartbeat(); }