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
13NS_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
27NS_ASSUME_NONNULL_END
Definition: NIMQChatServer.h:15
Definition: NIMQChatUpdateServerResult.h:19
NIMQChatServer * server
Definition: NIMQChatUpdateServerResult.h:23