RQHomeSubPageVideoScrollSubViewModel.h 592 B

123456789101112131415161718192021
  1. //
  2. // RQHomeSubPageVideoScrollSubViewModel.h
  3. // JSJP
  4. //
  5. // Created by 张嵘 on 2021/11/11.
  6. //
  7. #import "RQCommonViewModel.h"
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface RQHomeSubPageVideoScrollSubViewModel : RQCommonViewModel
  10. @property (nonatomic, readonly, strong) RQTreeListModel *treeListModel;
  11. @property (nonatomic, readonly, assign) NSInteger index;
  12. @property (nonatomic, readonly, strong) NSIndexPath *indexPath;
  13. @property (nonatomic, readonly, assign) RQHomePageSubjectType homePageSubjectType;
  14. @property (nonatomic, readonly, strong) VideosItem *videosItem;
  15. @end
  16. NS_ASSUME_NONNULL_END