// // RQSynExerciseItemViewModel.m // SDJK // // Created by 张嵘 on 2022/5/24. // #import "RQSynExerciseItemViewModel.h" @implementation RQSynExerciseItemViewModel // init - (instancetype)init { if (self = [super init]) { self.rowHeight = RQ_FIT_HORIZONTAL(60.f); } return self; } @end