// // NYExaminationTipsViewController.h // jiaPei // // Created by Ning.ge on 2024/11/5. // Copyright © 2024 JCZ. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface NYExaminationTipsViewController : UIViewController @property (weak, nonatomic) IBOutlet UILabel *title_label; @property (weak, nonatomic) IBOutlet UIView *t0_View; @property (weak, nonatomic) IBOutlet UILabel *t0_jq_label; @property (weak, nonatomic) IBOutlet UILabel *t0_answer_label; @property (weak, nonatomic) IBOutlet UIButton *t0_close_btn; @property (weak, nonatomic) IBOutlet UIView *t1_View; @property (weak, nonatomic) IBOutlet UILabel *t1_centont_label; @property (weak, nonatomic) IBOutlet UIButton *t1_submit_btn; @property (weak, nonatomic) IBOutlet UIButton *t1_jxks_btn; @property (weak, nonatomic) IBOutlet UIView *t2_View; @property (weak, nonatomic) IBOutlet UILabel *t2_centont_label; @property (weak, nonatomic) IBOutlet UIButton *t2_close_btn; @property (weak, nonatomic) IBOutlet UIView *t3_View; @property (weak, nonatomic) IBOutlet UILabel *t3_centont_label; @property (weak, nonatomic) IBOutlet UIButton *t3_close_btn; @property (weak, nonatomic) IBOutlet UIButton *t3_confirm_btn; -(void)showTypeTipsView:(int)type invView:(UIView*)view inModel:(RQExerciseModel*)model; @end NS_ASSUME_NONNULL_END