// // RQExerciseSettingViewModel.h // JSJP // // Created by RONGQING on 2022/1/14. // #import "RQCommonViewModel.h" NS_ASSUME_NONNULL_BEGIN @interface RQExerciseSettingViewModel : RQCommonViewModel @end NS_ASSUME_NONNULL_END