ProcurementDetailDelegate.h 281 B

1234567891011121314
  1. //
  2. // ProcurementDetailDelegate.h
  3. // IBOSS
  4. //
  5. // Created by guan hong hou on 2018/7/25.
  6. // Copyright © 2018年 elongtian. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @protocol ProcurementDetailDelegate <NSObject>
  10. -(void)goProcurementDetail:(int)pos;
  11. @end