RQHomeSubPageVideoItemViewModel.h 394 B

123456789101112131415161718
  1. //
  2. // RQHomeSubPageVideoItemViewModel.h
  3. // JSJP
  4. //
  5. // Created by 张嵘 on 2021/11/9.
  6. //
  7. #import "RQCommonCollectionItemViewModel.h"
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface RQHomeSubPageVideoItemViewModel : RQCommonCollectionItemViewModel
  10. @property (nonatomic, readonly, strong) VideosItem *videosItem;
  11. - (instancetype)initWithVideosItem:(VideosItem *)videosItem;
  12. @end
  13. NS_ASSUME_NONNULL_END