// // PassgerPriceCell.h // XFFruit // // Created by 陈俊俊 on 15/11/8. // Copyright © 2015年 Xummer. All rights reserved. // #import @interface PassgerPriceCell : UITableViewCell + (CGFloat)cellHeight; - (void)updateCellWith:(id)obj index:(NSIndexPath *)indexPath; @end