PlayerViewController+downloadNasFile.h 338 B

123456789101112131415161718
  1. //
  2. // PlayerViewController+downloadNasFile.h
  3. // 双子星云手机
  4. //
  5. // Created by xd h on 2024/5/31.
  6. //
  7. #import "PlayerViewController.h"
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface PlayerViewController (downloadNasFile)
  10. #pragma mark 下载完成
  11. - (void)downloadTaskFinishedNoti:(NSNotification *)notification;
  12. @end
  13. NS_ASSUME_NONNULL_END