// // webRtcPlayerViewController+AppDelegate.h // 双子星云手机 // // Created by xd h on 2024/9/18. // #import "webRtcPlayerViewController.h" NS_ASSUME_NONNULL_BEGIN @interface webRtcPlayerViewController (AppDelegate) #pragma mark 云机停止拉流 - (void)pauseStream; #pragma mark 云机唤醒拉流 - (void)resumeStream; #pragma mark 输入密码完成 - (void)didInpuPwdOkFun; #pragma mark 旋转屏幕 - (BOOL)player_rotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation; @end NS_ASSUME_NONNULL_END