1234567891011121314151617 |
- //
- // PlayerViewController+downloadThumbnailImage.h
- // 隐私保护
- //
- // Created by xd h on 2024/1/8.
- //
- #import "PlayerViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface PlayerViewController (downloadThumbnailImage)
- - (void)begindownloadThumbnailImageFun:(NSNotification *)notification;
- @end
- NS_ASSUME_NONNULL_END
|