PlayerViewController+AdjustBtnFrame.h 547 B

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