Files
yinmeng-ios/xplan-ios/Main/RTC/AgoraRtcImpl.h
2021-10-20 14:21:57 +08:00

17 lines
216 B
Objective-C

//
// AgoraRtcImpl.h
// xplan-ios
//
// Created by zu on 2021/10/19.
//
#import "BaseRtcImpl.h"
#import "RtcDelegate.h"
NS_ASSUME_NONNULL_BEGIN
@interface AgoraRtcImpl : BaseRtcImpl
@end
NS_ASSUME_NONNULL_END