// // WebRTCPlayerView.h // sources // // Created by huangchunquan on 2025/3/20. // #import #import NS_ASSUME_NONNULL_BEGIN RTC_OBJC_EXPORT @protocol WebRTCPlayerViewDelegate - (void)WebRTCPlayerViewTouchBack:(NSData*) touchesdata; @end RTC_OBJC_EXPORT @interface WebRTCPlayerView : UIView @property(nonatomic,readonly) __kindof UIView *remoteVideoView; @property(nonatomic,assign) UIViewContentMode videoContentMode; @property(nonatomic,weak) id delegate; @end NS_ASSUME_NONNULL_END