ProcurementApplyDetailVc.h 415 B

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