NIMSDK-iOS
载入中...
搜索中...
未找到
NIMQChatGetInviteApplyHistorySelfResult.h
浏览该文件的文档.
1
//
2
// NIMQChatSendSystemNotificationResult.h
3
// NIMSDK
4
//
5
// Created by Netease.
6
// Copyright © 2022 Netease. All rights reserved.
7
//
8
9
#import <Foundation/Foundation.h>
10
11
@class
NIMQChatSystemNotification
;
12
@class
NIMQChatInviteApplyHistoryRecord
;
13
14
NS_ASSUME_NONNULL_BEGIN
15
16
/**
17
* 查询我的申请邀请记录的回调类型
18
*/
19
@interface
NIMQChatGetInviteApplyHistorySelfResult
: NSObject <NSCopying>
20
/**
21
* 记录数组
22
*/
23
@property
(nullable, nonatomic, copy) NSArray<NIMQChatInviteApplyHistoryRecord *> *
records
;
24
@end
25
26
27
NS_ASSUME_NONNULL_END
NIMQChatGetInviteApplyHistorySelfResult
Definition:
NIMQChatGetInviteApplyHistorySelfResult.h:19
NIMQChatGetInviteApplyHistorySelfResult::records
NSArray< NIMQChatInviteApplyHistoryRecord * > * records
Definition:
NIMQChatGetInviteApplyHistorySelfResult.h:23
NIMQChatInviteApplyHistoryRecord
Definition:
NIMQChatInviteApplyHistoryRecord.h:73
NIMQChatSystemNotification
Definition:
NIMQChatSystemNotification.h:27
QChat
NIMQChatGetInviteApplyHistorySelfResult.h
制作者
1.9.5