NIMSDK-iOS
载入中...
搜索中...
未找到
NIMQChatGetExistingChannelRolesByServerRoleIdsResult.h
浏览该文件的文档.
1
2//
3// NIMQChatGetExistingChannelRolesByServerRoleIdsResult.h
4// NIMLib
5//
6// Created by Evang on 2022/2/16.
7// Copyright © 2022 Netease. All rights reserved.
8//
9
10#import <Foundation/Foundation.h>
11
13NS_ASSUME_NONNULL_BEGIN
14
16
17@property (nullable, nonatomic, copy) NSArray <NIMQChatChannelRole *> *channelRoleArray;
18
19@end
20
21NS_ASSUME_NONNULL_END
Definition: NIMQChatChannelRole.h:15
Definition: NIMQChatGetExistingChannelRolesByServerRoleIdsResult.h:16
NSArray< NIMQChatChannelRole * > * channelRoleArray
Definition: NIMQChatGetExistingChannelRolesByServerRoleIdsResult.h:17