// // RQVideoDetailViewModel.h // JSJP // // Created by 张嵘 on 2021/10/26. // #import "RQCommonViewModel.h" #import "RQVideoDetailSubPageViewModel.h" NS_ASSUME_NONNULL_BEGIN @class RQPlaceVideoListModel; @interface RQVideoDetailViewModel : RQCommonViewModel @property (nonatomic, readonly, strong) RQTreeListModel *treeListModel; @property (nonatomic, readonly, strong) RQPlaceVideoListModel *placeVideoListModel; @property (nonatomic, readonly, assign) NSInteger index; @property (nonatomic, readonly, strong) NSIndexPath *indexPath; @property (nonatomic, readonly, assign) RQHomePageSubjectType homePageSubjectType; @property (nonatomic, readonly, strong) VideosItem *videosItem; @end NS_ASSUME_NONNULL_END