20 lines
308 B
Objective-C
20 lines
308 B
Objective-C
//
|
|
// NERtcChannel.h
|
|
// NERtcSDK
|
|
//
|
|
// Created by yuan on 2021/5/24.
|
|
// Copyright © 2021 Netease. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import "INERtcChannel.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
NERTC_EXPORT @interface NERtcChannel : NSObject<INERtcChannel>
|
|
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|