12345678910111213141516171819 |
- //
- // RQHomeSubPageVideoHeaderGroupViewModel.h
- // JSJP
- //
- // Created by 张嵘 on 2021/11/14.
- //
- #import "RQCommonGroupViewModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface RQHomeSubPageVideoHeaderGroupViewModel : RQCommonGroupViewModel
- @property (nonatomic, readwrite, strong) RQTreeListModel *treeListModel;
- @property (nonatomic, readwrite, assign) RQHomePageSubjectType homePageSubjectType;
- @property (nonatomic, readwrite, assign) NSInteger mySection;
- @end
- NS_ASSUME_NONNULL_END
|