1234567891011121314151617 |
- //
- // RQExerciseExamAlertView.m
- // jiaPei
- //
- // Created by 张嵘 on 2022/7/21.
- // Copyright © 2022 JCZ. All rights reserved.
- //
- #import "RQExerciseExamAlertView.h"
- @implementation RQExerciseExamAlertView
- + (instancetype)exerciseExamAlertView {
- return [self rq_viewFromXib];
- }
- @end
|