mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-04-05 23:56:35 +08:00
11 lines
110 B
C#
11 lines
110 B
C#
|
|
using System;
|
|||
|
|
|
|||
|
|
namespace Serein.Proto.WebSocket
|
|||
|
|
{
|
|||
|
|
public interface ISocketHandleModule
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
|
|||
|
|
}
|