12345678910111213141516171819 |
- //
- // RQHomeSubPageToolBarOneGroupViewModel.h
- // jiaPei
- //
- // Created by 张嵘 on 2021/12/13.
- // Copyright © 2021 JCZ. All rights reserved.
- //
- #import "RQCommonGroupViewModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface RQHomeSubPageToolBarOneGroupViewModel : RQCommonGroupViewModel
- @property (nonatomic, readonly, assign) RQHomePageSubjectType homePageSubjectType;
- /// init
- - (instancetype)initWithRQHomePageSubjectType:(RQHomePageSubjectType)homePageSubjectType;
- @end
- NS_ASSUME_NONNULL_END
|