PlayerViewController+downloadThumbnailImage.h 325 B

1234567891011121314151617
  1. //
  2. // PlayerViewController+downloadThumbnailImage.h
  3. // 隐私保护
  4. //
  5. // Created by xd h on 2024/1/8.
  6. //
  7. #import "PlayerViewController.h"
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface PlayerViewController (downloadThumbnailImage)
  10. - (void)begindownloadThumbnailImageFun:(NSNotification *)notification;
  11. @end
  12. NS_ASSUME_NONNULL_END