123456789101112131415161718192021222324252627 |
- //
- // CloudPhoneViewController+RBDConnect.h
- // VclustersGemini
- //
- // Created by APPLE on 2021/8/16.
- // Copyright © 2021 APPLE. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- #import "PlayerViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface PlayerViewController(AppDelegate)
- {
-
- }
- @property NSString *nowSSid;
- - (void)updateCopydata;
- #pragma mark 全面屏与TV投屏逻辑交互
- - (void)checkFullScreenWithTVShowStateFun;
- @end
- NS_ASSUME_NONNULL_END
|