- //
- // ProcurementDetailDelegate.h
- // IBOSS
- //
- // Created by guan hong hou on 2018/7/25.
- // Copyright © 2018年 elongtian. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- @protocol ProcurementDetailDelegate <NSObject>
- -(void)goProcurementDetail:(int)pos;
- @end
-
|