NIMSDK-iOS
载入中...
搜索中...
未找到
NIMQChatDeleteServerParam.h
浏览该文件的文档.
1
//
2
// NIMQChatDeleteServerParam.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
NIMQChatDeleteServerParam
: NSObject
17
18
/**
19
* 圈组服务器ID
20
*/
21
@property
(nonatomic, assign)
unsigned
long
long
serverId
;
22
@end
23
24
25
NS_ASSUME_NONNULL_END
NIMQChatDeleteServerParam
Definition:
NIMQChatDeleteServerParam.h:17
NIMQChatDeleteServerParam::serverId
unsigned long long serverId
Definition:
NIMQChatDeleteServerParam.h:21
QChat
NIMQChatDeleteServerParam.h
制作者
1.9.5