NIMSDK-iOS
载入中...
搜索中...
未找到
NIMQChatLeaveServerAsVisitorParam.h
浏览该文件的文档.
1//
2// NIMQChatLeaveServerAsVisitorParam.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
13/**
14 * 设置以游客身份退出服务器的参数
15 */
16@interface NIMQChatLeaveServerAsVisitorParam: NSObject <NSCopying>
17
18/**
19 * 圈组服务器ID列表
20 */
21@property (nonatomic, copy, nonnull) NSArray<NSNumber *> *serverIds;
22@end
23
24
25NS_ASSUME_NONNULL_END
26
27
Definition: NIMQChatLeaveServerAsVisitorParam.h:16
NSArray< NSNumber * > * serverIds
Definition: NIMQChatLeaveServerAsVisitorParam.h:21