1234567891011121314151617 |
- //
- // RQLearningMaterialsViewModel.h
- // SDJK
- //
- // Created by 张嵘 on 2022/6/30.
- //
- #import "RQCommonViewModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface RQLearningMaterialsViewModel : RQCommonViewModel
- /// 数组
- @property (nonatomic, readonly, copy) NSArray *items;
- @end
- NS_ASSUME_NONNULL_END
|