cloudPhoneViewController.h 309 B

12345678910111213141516171819
  1. //
  2. // cloudPhoneViewController.h
  3. //
  4. //
  5. // Created by David 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