16 lines
252 B
C#
16 lines
252 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace Future.Contract
|
|
{
|
|
/// <summary>
|
|
/// 信令协议
|
|
/// </summary>
|
|
public class SignalProtocol
|
|
{
|
|
}
|
|
}
|