NIMSDK-iOS
载入中...
搜索中...
未找到
NIMQChatUpdateServerRolePrioritiesResult.h
浏览该文件的文档.
1
2//
3// NIMQChatupdateServerRolePrioritiesResult.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 <NIMQChatServerRole *> *serverRoleArray;
18
19@end
20
21NS_ASSUME_NONNULL_END
Definition: NIMQChatServerRole.h:20
Definition: NIMQChatUpdateServerRolePrioritiesResult.h:16
NSArray< NIMQChatServerRole * > * serverRoleArray
Definition: NIMQChatUpdateServerRolePrioritiesResult.h:17