NIMSDK-iOS
载入中...
搜索中...
未找到
NIMQChatCreateChannelResult.h
浏览该文件的文档.
1
//
2
// NIMQChatCreateChannelResult.h
3
// NIMSDK
4
//
5
// Created by Netease.
6
// Copyright © 2022 Netease. All rights reserved.
7
//
8
9
#import <Foundation/Foundation.h>
10
11
@class
NIMQChatChannel
;
12
13
NS_ASSUME_NONNULL_BEGIN
14
15
/**
16
* 创建频道的回调类型
17
*/
18
@interface
NIMQChatCreateChannelResult
: NSObject
19
20
@property
(nullable, nonatomic, copy)
NIMQChatChannel
*
channel
;
21
22
@end
23
24
25
NS_ASSUME_NONNULL_END
NIMQChatChannel
Definition:
NIMQChatChannel.h:16
NIMQChatCreateChannelResult
Definition:
NIMQChatCreateChannelResult.h:19
NIMQChatCreateChannelResult::channel
NIMQChatChannel * channel
Definition:
NIMQChatCreateChannelResult.h:20
QChat
NIMQChatCreateChannelResult.h
制作者
1.9.5