NERTC iOS SDK V5.6.40
载入中...
搜索中...
未找到
NERtcChannel.h
1//
2// NERtcChannel.h
3// NERtcSDK
4//
5// Created by yuan on 2021/5/24.
6// Copyright © 2021 Netease. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10#import "INERtcChannel.h"
11
12NS_ASSUME_NONNULL_BEGIN
13
14NERTC_EXPORT @interface NERtcChannel : NSObject<INERtcChannel>
15
16
17@end
18
19NS_ASSUME_NONNULL_END
定义 NERtcChannel.h:14
定义 INERtcChannel.h:32