PlayerViewController+otherDelegate.h 588 B

1234567891011121314151617181920212223242526272829303132
  1. //
  2. // PlayerViewController+otherDelegate.h
  3. // 隐私保护
  4. //
  5. // Created by xd h on 2023/10/13.
  6. //
  7. #import "PlayerViewController.h"
  8. #import "couldPhoneCommonModel.h"
  9. #import "noticeModel.h"
  10. #import "HaveNoticeView.h"
  11. NS_ASSUME_NONNULL_BEGIN
  12. @interface PlayerViewController (otherDelegate)
  13. //强制重启
  14. - (void)updateForceStartFun;
  15. - (void)checkAllTaskFun;
  16. #pragma mark 保存截图到相册
  17. - (void)screenShotToPhoneFun;
  18. - (void)saveLastImageFun;
  19. - (void)readLastImageFun;
  20. #pragma mark 全屏屏重置云机编码
  21. - (void)reSetResolutionFactorFun;
  22. @end
  23. NS_ASSUME_NONNULL_END