1234567891011121314151617181920 |
- //
- // RQExerciseToolBarCell.h
- // SDJK
- //
- // Created by 张嵘 on 2021/8/16.
- //
- #import "RQCommonCell.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface RQExerciseToolBarCell : RQCommonCell
- @property (weak, nonatomic) IBOutlet UIButton *collectBtn;
- @property (weak, nonatomic) IBOutlet UIButton *readingQuestionsAndAnswersBtn;
- @property (weak, nonatomic) IBOutlet UIButton *readingQuestionsBtn;
- @property (weak, nonatomic) IBOutlet UIButton *skillExplanationBtn;
- @end
- NS_ASSUME_NONNULL_END
|