//// TransportProductViewController.h// XFFruit//// Created by 陈俊俊 on 15/9/7.// Copyright (c) 2015年 Xummer. All rights reserved.//#import "ICRBaseViewController.h"@interfaceTransportProductViewController:ICRBaseViewController@property(nonatomic,strong)NSMutableArray*transportProductArr;@property(nonatomic,strong)UITableView*tableView;@property(nonatomic,assign)CGRectviewFrame;@property(nonatomic,assign)BOOLisHiddenEdit;@property(nonatomic,strong)NSString*twoTitle;