//// GoodsViewController.h// XFFruit//// Created by n22 on 15/8/19.// Copyright (c) 2015年 Xummer. All rights reserved.//#import "ICRBaseViewController.h"@interfaceGoodsViewController:ICRBaseViewController@property(nonatomic,strong)NSMutableArray*goodsArr;@property(nonatomic,strong)UITableView*tableView;@property(nonatomic,assign)CGRectviewFrame;@end