NIMSDK-iOS
载入中...
搜索中...
未找到
NIMQChatFetchQuickCommentsByMsgsResult.h
浏览该文件的文档.
1
//
2
// NIMQChatFetchQuickCommentsByMsgsResult.h
3
// NIMLib
4
//
5
// Created by Evang on 2022/3/22.
6
// Copyright © 2022 Netease. All rights reserved.
7
//
8
9
#import <Foundation/Foundation.h>
10
11
NS_ASSUME_NONNULL_BEGIN
12
/**
13
* 获取圈组快捷评论结果
14
*/
15
@class
NIMQChatMessageQuickCommentInfo
;
16
17
@interface
NIMQChatFetchQuickCommentsByMsgsResult
: NSObject
18
19
/**
20
* 字典,[messageId: NIMQChatMessageCommentInfo]
21
*/
22
@property
(nonatomic, copy) NSDictionary <NSString *, NIMQChatMessageQuickCommentInfo *> *
msgIdQuickCommentDic
;
23
24
@end
25
26
NS_ASSUME_NONNULL_END
NIMQChatFetchQuickCommentsByMsgsResult
Definition:
NIMQChatFetchQuickCommentsByMsgsResult.h:18
NIMQChatFetchQuickCommentsByMsgsResult::msgIdQuickCommentDic
NSDictionary< NSString *, NIMQChatMessageQuickCommentInfo * > * msgIdQuickCommentDic
Definition:
NIMQChatFetchQuickCommentsByMsgsResult.h:22
NIMQChatMessageQuickCommentInfo
Definition:
NIMQChatMessageQuickCommentInfo.h:16
QChat
NIMQChatFetchQuickCommentsByMsgsResult.h
制作者
1.9.5