NIMSDK-iOS
载入中...
搜索中...
未找到
NIMQChatGetServerRolesByAccIdResult.h
浏览该文件的文档.
1//
2// NIMQChatGetServerRolesByAccidResult.h
3// NIMSDK
4//
5// Created by Netease.
6// Copyright © 2022 Netease. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10
11NS_ASSUME_NONNULL_BEGIN
12
14
15/**
16 * 通过accid查询自定义身份组列表
17 */
19
20@property (nonatomic, copy) NSArray <NIMQChatServerRole *> *serverRoles;
21
22@end
23
24NS_ASSUME_NONNULL_END
25
Definition: NIMQChatGetServerRolesByAccIdResult.h:19
NSArray< NIMQChatServerRole * > * serverRoles
Definition: NIMQChatGetServerRolesByAccIdResult.h:20
Definition: NIMQChatServerRole.h:20