RQHomeSubPageVideoItemViewModel.h 396 B

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