//我的收藏的cell #import <UIKit/UIKit.h> @interface FavCell : UITableViewCell @property(nonatomic,strong)NSDictionary* model; +(FavCell*)cellForTableView:(UITableView*)tableView; @end CGFloat FavCellHeightByDict(NSDictionary* dict);