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