// // RCTAgoraVideoView.h // RCTAgora // // Created by 邓博 on 2017/6/30. // Copyright © 2017年 Syan. All rights reserved. // #import #import "AgoraConst.h" @interface RCTAgoraVideoView : UIView @property (strong, nonatomic) AgoraRtcEngineKit *rtcEngine; @property (nonatomic) BOOL showLocalVideo; @property (nonatomic) NSInteger remoteUid; @end