123456789101112131415161718 |
- //
- // RQHomeSubPageVideoItemViewModel.h
- // SDJK
- //
- // Created by 张嵘 on 2021/11/9.
- //
- #import "RQCommonCollecttionItemViewModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface RQHomeSubPageVideoItemViewModel : RQCommonCollecttionItemViewModel
- @property (nonatomic, readonly, strong) VideosItem *videosItem;
- - (instancetype)initWithVideosItem:(VideosItem *)videosItem;
- @end
- NS_ASSUME_NONNULL_END
|