Files
yinmeng-ios/xplan-ios/Main/RTC/AgoraRtcImpl.h

17 lines
216 B
C
Raw Normal View History

//
// AgoraRtcImpl.h
// xplan-ios
//
// Created by zu on 2021/10/19.
//
#import "BaseRtcImpl.h"
2021-10-20 14:21:57 +08:00
#import "RtcDelegate.h"
NS_ASSUME_NONNULL_BEGIN
@interface AgoraRtcImpl : BaseRtcImpl
@end
NS_ASSUME_NONNULL_END