NIMSDK-iOS
载入中...
搜索中...
未找到
NIMQChatCreateServerResult.h
浏览该文件的文档.
1
//
2
// NIMQChatCreateServerResult.h
3
// NIMSDK
4
//
5
// Created by Netease.
6
// Copyright © 2022 Netease. All rights reserved.
7
//
8
9
#import <Foundation/Foundation.h>
10
#import "
NIMQChatServer.h
"
11
12
@class
NIMQChatServer
;
13
14
NS_ASSUME_NONNULL_BEGIN
15
16
/**
17
* 创建服务器的参数
18
*/
19
@interface
NIMQChatCreateServerResult
: NSObject
20
21
/**
22
* 圈组服务器
23
*/
24
@property
(nullable, nonatomic, copy)
NIMQChatServer
*
server
;
25
26
@end
27
28
29
NS_ASSUME_NONNULL_END
NIMQChatServer.h
NIMQChatCreateServerResult
Definition:
NIMQChatCreateServerResult.h:20
NIMQChatCreateServerResult::server
NIMQChatServer * server
Definition:
NIMQChatCreateServerResult.h:24
NIMQChatServer
Definition:
NIMQChatServer.h:15
QChat
NIMQChatCreateServerResult.h
制作者
1.9.5