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
11NS_ASSUME_NONNULL_BEGIN
12/**
13 * 获取圈组快捷评论结果
14 */
16
18
19/**
20 * 字典,[messageId: NIMQChatMessageCommentInfo]
21 */
22@property (nonatomic, copy) NSDictionary <NSString *, NIMQChatMessageQuickCommentInfo *> *msgIdQuickCommentDic;
23
24@end
25
26NS_ASSUME_NONNULL_END
Definition: NIMQChatFetchQuickCommentsByMsgsResult.h:18
NSDictionary< NSString *, NIMQChatMessageQuickCommentInfo * > * msgIdQuickCommentDic
Definition: NIMQChatFetchQuickCommentsByMsgsResult.h:22
Definition: NIMQChatMessageQuickCommentInfo.h:16