JiShe.CollectBus/JiShe.CollectBus.Protocol/IStandardProtocolPlugin.cs

13 lines
217 B
C#
Raw Normal View History

2024-09-30 17:53:14 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace JiShe.CollectBus.Protocol
{
public interface IStandardProtocolPlugin
{
}
}