123456789101112131415161718192021 |
- //
- // ChangeSchoolDetailFileViewController.h
- // jiaPei
- //
- // Created by 张嵘 on 2019/7/2.
- // Copyright © 2019 JCZ. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "ChangeSchoolListModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface ChangeSchoolDetailFileViewController : UIViewController
- @property (nonatomic, readwrite, strong) NSArray <FILESItem *> *filesItems;
- @property (weak, nonatomic) IBOutlet UICollectionView *collectionView;
- @end
- NS_ASSUME_NONNULL_END
|