ProcurementApplyDetailListVc.h 415 B

1234567891011121314151617
  1. //
  2. // ProcurementApplyDetailListVc.h
  3. // IBOSS
  4. //
  5. // Created by guan hong hou on 2018/7/25.
  6. // Copyright © 2018年 elongtian. All rights reserved.
  7. //
  8. #import "BaseViewController.h"
  9. #import "ProcurementApplyListModel.h"
  10. @interface ProcurementApplyDetailListVc : BaseViewController
  11. @property (nonatomic,strong) UIScrollView *scroll;
  12. @property(nonatomic,strong)ProcurementApplyListModel *applyListModel;
  13. @end