JLChen
2021-04-01 bf7f42bc3b63a0c2cec5a5adfb44feffab47a077
On+/xamarin/ESVideoOnXamarin/ESVideoOnXamarin/ESOnIntercomViewController.h
@@ -7,6 +7,7 @@
//
#import <UIKit/UIKit.h>
#import "ESCallDelegate.h"
NS_ASSUME_NONNULL_BEGIN
@@ -17,6 +18,14 @@
@property (nonatomic,strong) NSString               *roomName;
@property (nonatomic,strong) NSString               *deviceName;
#pragma mark ESCallDelegate
/**
 丰林事件代理
 */
@property (nonatomic, weak) id<ESCallDelegate> mESCallDelegate;
#pragma mark 对外接口方法
@end
NS_ASSUME_NONNULL_END