// // PlayerViewController+downloadNasFile.h // 双子星云手机 // // Created by xd h on 2024/5/31. // #import "PlayerViewController.h" NS_ASSUME_NONNULL_BEGIN @interface PlayerViewController (downloadNasFile) #pragma mark 下载完成 - (void)downloadTaskFinishedNoti:(NSNotification *)notification; @end NS_ASSUME_NONNULL_END