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