| 1234567891011121314151617 |
- //
- // ProcurementApplyDetailListVc.h
- // IBOSS
- //
- // Created by guan hong hou on 2018/7/25.
- // Copyright © 2018年 elongtian. All rights reserved.
- //
- #import "BaseViewController.h"
- #import "ProcurementApplyListModel.h"
- @interface ProcurementApplyDetailListVc : BaseViewController
- @property (nonatomic,strong) UIScrollView *scroll;
- @property(nonatomic,strong)ProcurementApplyListModel *applyListModel;
- @end
|