RQExerciseToolBarCell.h 484 B

1234567891011121314151617181920
  1. //
  2. // RQExerciseToolBarCell.h
  3. // SDJK
  4. //
  5. // Created by 张嵘 on 2021/8/16.
  6. //
  7. #import "RQCommonCell.h"
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface RQExerciseToolBarCell : RQCommonCell
  10. @property (weak, nonatomic) IBOutlet UIButton *collectBtn;
  11. @property (weak, nonatomic) IBOutlet UIButton *readingQuestionsAndAnswersBtn;
  12. @property (weak, nonatomic) IBOutlet UIButton *readingQuestionsBtn;
  13. @property (weak, nonatomic) IBOutlet UIButton *skillExplanationBtn;
  14. @end
  15. NS_ASSUME_NONNULL_END