//// NewCostViewController.h// XFFruit//// Created by 陈俊俊 on 15/9/7.// Copyright (c) 2015年 Xummer. All rights reserved.//#import "ICRBaseViewController.h"#import "FeeAcountDetail.h"typedefvoid(^GetTransportCost)(FeeAcountDetail*accountDetail,NSIndexPath*indexPath);typedefvoid(^DeleteTransportCost)(FeeAcountDetail*accountDetail,NSIndexPath*indexPath);@interfaceNewCostViewController:ICRBaseViewController@property(nonatomic,copy)GetTransportCostgetTransportCost;@property(nonatomic,copy)DeleteTransportCostdeleteTransportCost;@property(nonatomic,strong)NSString*navTitle;@property(nonatomic,strong)FeeAcountDetail*accountDetail;@property(nonatomic,strong)NSIndexPath*indexPath;@end