1234567891011121314151617181920212223242526272829 |
- //
- // 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(AdjustBtnFrame)
- {
-
- }
- /**3s后 圆形浮标自动靠边隐藏*/
- @property NSInteger adjustTime;
- - (void)playerViewControlBtnTouchBegan;
- - (void)playerViewControlBtnTouchEnd;
- - (void)extensionAdjustBtnFrameCheckAdjustTime;
- @end
- NS_ASSUME_NONNULL_END
|