123456789101112131415161718 |
- //
- // ExamArrangeSubViewController.h
- // LN_School
- //
- // Created by 张嵘 on 2019/7/29.
- // Copyright © 2019 Danson. All rights reserved.
- //
- #import "HDMultipleScrollListSubVC.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface ExamArrangeSubViewController : HDMultipleScrollListSubVC
- @property (nonatomic, strong) NSMutableArray *subViewControllerSecArr;
- @end
- NS_ASSUME_NONNULL_END
|