1234567891011121314151617181920 |
- //
- // KDPSupplyListViewController.h
- // KuDianProject
- //
- // Created by admin on 2019/7/11.
- // Copyright © 2019 KDP. All rights reserved.
- //
- #import "KDPMainViewController.h"
- #import "KDPClassModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface KDPSupplyListViewController : KDPMainViewController
- @property (nonatomic, strong) KDPClassModel *mode;
- @end
- NS_ASSUME_NONNULL_END
|