PlayerViewController+downloadThumbnailImage.h 485 B

1234567891011121314151617181920
  1. //
  2. // PlayerViewController+downloadThumbnailImage.h
  3. // 隐私保护
  4. //
  5. // Created by xd h on 2024/1/8.
  6. //
  7. #import "PlayerViewController.h"
  8. #import "RCCommandHelp.h"
  9. #import "downloadThumbnailManager.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface PlayerViewController (downloadThumbnailImage)
  12. - (void)begindownloadThumbnailImageFun:(NSNotification *)notification;
  13. - (void)downloadThumbnailFileFunServiceResponseFun:(NSData *)fileData with:(BOOL)isDownloadDone;
  14. @end
  15. NS_ASSUME_NONNULL_END