PlayerViewController+downloadFile.h 409 B

12345678910111213141516171819
  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. @end
  14. NS_ASSUME_NONNULL_END