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