// // RQExerciseExamAlertView.h // jiaPei // // Created by 张嵘 on 2022/7/21. // Copyright © 2022 JCZ. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface RQExerciseExamAlertView : UIView @property (weak, nonatomic) IBOutlet UIImageView *myImageView; @property (weak, nonatomic) IBOutlet UILabel *myTimeLabel; @property (weak, nonatomic) IBOutlet UILabel *unDoLabel; @property (weak, nonatomic) IBOutlet UILabel *errorLabel; @property (weak, nonatomic) IBOutlet UILabel *scoreLabel; + (instancetype)exerciseExamAlertView; @end NS_ASSUME_NONNULL_END