RQExerciseExamToolBarCell.h 424 B

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