using Blue;

/// <summary>
/// 信令模块
/// </summary>
public interface ISignallingService : IService
{
    /// <summary>
    /// 获取联系人
    /// </summary>
    void GetContacts();
}