// // cloudPhoneViewController.h // Private-X // // Created by xd h on 2024/6/20. // #import "BaseViewController.h" NS_ASSUME_NONNULL_BEGIN @interface cloudPhoneViewController : BaseViewController #pragma mark 获取webrct 的链接信息 -(void)queryWebRtcMsgFun:(BOOL)isPlayerType; @end NS_ASSUME_NONNULL_END