// // RQExerciseSettingHeaderView.h // JSJP // // Created by RONGQING on 2022/1/14. // #import NS_ASSUME_NONNULL_BEGIN @interface RQExerciseSettingHeaderView : UIView @property (weak, nonatomic) IBOutlet UIButton *cancleBtn; @property (weak, nonatomic) IBOutlet UIButton *completeBtn; /// init + (instancetype)exerciseSettingHeaderView; @end NS_ASSUME_NONNULL_END