PlayerViewController+AppDelegate.h 476 B

123456789101112131415161718192021222324252627
  1. //
  2. // CloudPhoneViewController+RBDConnect.h
  3. // VclustersGemini
  4. //
  5. // Created by APPLE on 2021/8/16.
  6. // Copyright © 2021 APPLE. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import "PlayerViewController.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface PlayerViewController(AppDelegate)
  12. {
  13. }
  14. @property NSString *nowSSid;
  15. - (void)updateCopydata;
  16. #pragma mark 全面屏与TV投屏逻辑交互
  17. - (void)checkFullScreenWithTVShowStateFun;
  18. @end
  19. NS_ASSUME_NONNULL_END