NYFailSpecialExerciseViewModel.h 380 B

1234567891011121314151617181920
  1. //
  2. // NYFailSpecialExerciseViewModel.h
  3. // jiaPei
  4. //
  5. // Created by Ning.ge on 2024/12/11.
  6. // Copyright © 2024 JCZ. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface NYFailSpecialExerciseViewModel : RQCommonViewModel
  11. @property (nonatomic, readonly, assign) RQHomePageSubjectType homePageSubjectType;
  12. @end
  13. NS_ASSUME_NONNULL_END