cloudPhoneViewController.h 328 B

12345678910111213141516171819
  1. //
  2. // cloudPhoneViewController.h
  3. // 双子星云手机
  4. //
  5. // Created by xd h on 2024/6/20.
  6. //
  7. #import "BaseViewController.h"
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface cloudPhoneViewController : BaseViewController
  10. #pragma mark 获取webrct 的链接信息
  11. -(void)queryWebRtcMsgFun:(BOOL)isPlayerType;
  12. @end
  13. NS_ASSUME_NONNULL_END