RQLearningMaterialsViewModel.h 299 B

1234567891011121314151617
  1. //
  2. // RQLearningMaterialsViewModel.h
  3. // SDJK
  4. //
  5. // Created by 张嵘 on 2022/6/30.
  6. //
  7. #import "RQCommonViewModel.h"
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface RQLearningMaterialsViewModel : RQCommonViewModel
  10. /// 数组
  11. @property (nonatomic, readonly, copy) NSArray *items;
  12. @end
  13. NS_ASSUME_NONNULL_END