using System.Collections.Generic; using Blue; /// /// 获取联系人成功事件 /// public class GetContactsSuccessEvent : IEvent { public string jsonString; }