RQHomeSubPageToolBarView.h 662 B

12345678910111213141516171819202122
  1. //
  2. // RQHomeSubPageToolBarView.h
  3. // jiaPei
  4. //
  5. // Created by 张嵘 on 2021/12/10.
  6. // Copyright © 2021 JCZ. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "RQHomeSubPageToolBarGroupViewModel.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface RQHomeSubPageToolBarView : RQCommonReusableView
  12. @property (weak, nonatomic) IBOutlet QMUIButton *drivingTestRegulationsBtn;
  13. @property (weak, nonatomic) IBOutlet QMUIButton *examinationSkillsBtn;
  14. @property (weak, nonatomic) IBOutlet QMUIButton *noQuestionsBtn;
  15. @property (weak, nonatomic) IBOutlet QMUIButton *myMistakeBtn;
  16. @property (weak, nonatomic) IBOutlet QMUIButton *myCollectionBtn;
  17. @end
  18. NS_ASSUME_NONNULL_END