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