19 lines
267 B
C
19 lines
267 B
C
![]() |
//
|
||
|
// RTCBaseImpl.h
|
||
|
// xplan-ios
|
||
|
//
|
||
|
// Created by zu on 2021/10/19.
|
||
|
//
|
||
|
|
||
|
#import <Foundation/Foundation.h>
|
||
|
#import "RtcDelegate.h"
|
||
|
#import "AccountInfoStorage.h"
|
||
|
|
||
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
|
||
|
@interface BaseRtcImpl : NSObject <RtcDelegate>
|
||
|
|
||
|
@end
|
||
|
|
||
|
NS_ASSUME_NONNULL_END
|