2025-04-25 17:41:43 +08:00

7 lines
117 B
C#

namespace JiShe.CollectBus.Protocol.Contracts.ProtocolPools
{
public interface IPluginContainer
{
}
}