12345678910111213141516171819 |
- //
- // NYExaminationViewModel.h
- // jiaPei
- //
- // Created by Ning.ge on 2024/10/14.
- // Copyright © 2024 JCZ. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface NYExaminationViewModel : RQExerciseViewModel
- @property (nonatomic,assign) int km;
- @end
- NS_ASSUME_NONNULL_END
|