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