NYFailSpecialExerciseDetailsViewModel.h 393 B

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