using XHZB.Model; namespace XHZB.Desktop.WebSocket { public interface SocketCallback { void receiveWsMsg(ZWsMsgVo msg); void userListChange(); } }