using Robot.Framework; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Chat.Framework.QQSdk.Events { /// /// QQ更新信息事件 /// public class QQRefreshUser : QQEvents { public QQRefreshUser(QQBase QQBase) : base(QQBase) { } } }