PlayerViewController+upLoadFile.h 664 B

123456789101112131415161718192021222324252627
  1. //
  2. // PlayerViewController+upLoadFile.h
  3. // 隐私保护
  4. //
  5. // Created by xd h on 2024/1/3.
  6. //
  7. #import "PlayerViewController.h"
  8. #import "uploadFileDataModel.h"
  9. #import "RCCommandHelp.h"
  10. #import "uploadFileManager.h"
  11. #import "cachesFileManager.h"
  12. #import <MJExtension.h>
  13. #import "connectDeviceManager.h"
  14. NS_ASSUME_NONNULL_BEGIN
  15. @interface PlayerViewController (upLoadFile)
  16. - (void)beginGotoUploadFileFun:(NSNotification *)notification;
  17. - (void)suspendUploadFileFun:(NSNotification *)notification;
  18. - (void)applyUploadFileServiceResponseFun:(NSDictionary *)dataDict;
  19. - (void)upLoadFileFunServiceResponseFun:(NSDictionary *)dataDict;
  20. @end
  21. NS_ASSUME_NONNULL_END