// // NIMQChatSendSystemNotificationResult.h // NIMSDK // // Created by Netease. // Copyright © 2022 Netease. All rights reserved. // #import @class NIMQChatInviteApplyHistoryRecord; NS_ASSUME_NONNULL_BEGIN /** * 查询服务器下的申请邀请记录的回调类型 */ @interface NIMQChatGetInviteApplyHistoryByServerResult : NSObject /** * 记录数组 */ @property (nullable, nonatomic, copy) NSArray *records; @end NS_ASSUME_NONNULL_END