// // CloudPhoneViewController+RBDConnect.h // VclustersGemini // // Created by APPLE on 2021/8/16. // Copyright © 2021 APPLE. All rights reserved. // #import #import "PlayerViewController.h" NS_ASSUME_NONNULL_BEGIN @interface PlayerViewController(AdjustBtnFrame) { } /**3s后 圆形浮标自动靠边隐藏*/ @property NSInteger adjustTime; - (void)playerViewControlBtnTouchBegan; - (void)playerViewControlBtnTouchEnd; - (void)extensionAdjustBtnFrameCheckAdjustTime; @end NS_ASSUME_NONNULL_END