// // NYBlockExerciseGroupViewModel.h // jiaPei // // Created by Ning.ge on 2024/12/6. // Copyright © 2024 JCZ. All rights reserved. // #import "RQCommonGroupViewModel.h" NS_ASSUME_NONNULL_BEGIN @interface NYBlockExerciseGroupViewModel : RQCommonGroupViewModel @property (nonatomic, copy) NSString *headerDesStr; @property (nonatomic, assign) NSInteger star; @end NS_ASSUME_NONNULL_END