PlayerViewController+downloadFile.h 526 B

1234567891011121314151617181920
  1. //
  2. // PlayerViewController+downloadFile.h
  3. // 隐私保护
  4. //
  5. // Created by xd h on 2024/1/9.
  6. //
  7. #import "PlayerViewController.h"
  8. #import "RCCommandHelp.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface PlayerViewController (downloadFile)
  11. - (void)begindownloadFileFun:(NSNotification *)notification;
  12. - (void)downloadFileFunServiceResponseFun:(NSData *)fileData with:(BOOL)isDownloadDone;
  13. - (void)documentPicker:(UIDocumentPickerViewController *)controller didPickDocumentsAtURLs:(NSArray<NSURL *> *)urls;
  14. @end
  15. NS_ASSUME_NONNULL_END