12345678910111213141516171819202122 |
- //
- // RQHomeSubPageToolBarView.h
- // jiaPei
- //
- // Created by 张嵘 on 2021/12/10.
- // Copyright © 2021 JCZ. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "RQHomeSubPageToolBarGroupViewModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface RQHomeSubPageToolBarView : RQCommonReusableView
- @property (weak, nonatomic) IBOutlet QMUIButton *drivingTestRegulationsBtn;
- @property (weak, nonatomic) IBOutlet QMUIButton *examinationSkillsBtn;
- @property (weak, nonatomic) IBOutlet QMUIButton *noQuestionsBtn;
- @property (weak, nonatomic) IBOutlet QMUIButton *myMistakeBtn;
- @property (weak, nonatomic) IBOutlet QMUIButton *myCollectionBtn;
- @end
- NS_ASSUME_NONNULL_END
|