NIMSDK-iOS
载入中...
搜索中...
未找到
NIMQChatLeaveServerParam.h
浏览该文件的文档.
1
//
2
// NIMQChatLeaveServerParam.h
3
// NIMSDK
4
//
5
// Created by Netease.
6
// Copyright © 2022 Netease. All rights reserved.
7
//
8
9
#import <Foundation/Foundation.h>
10
11
NS_ASSUME_NONNULL_BEGIN
12
13
/**
14
* 离开服务器
15
*/
16
@interface
NIMQChatLeaveServerParam
: NSObject
17
18
@property
(nonatomic, assign)
unsigned
long
long
serverId
;
19
20
@end
21
22
23
NS_ASSUME_NONNULL_END
NIMQChatLeaveServerParam
Definition:
NIMQChatLeaveServerParam.h:17
NIMQChatLeaveServerParam::serverId
unsigned long long serverId
Definition:
NIMQChatLeaveServerParam.h:18
QChat
NIMQChatLeaveServerParam.h
制作者
1.9.5