19 lines
267 B
Objective-C
19 lines
267 B
Objective-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
|