// // PassgerPriceViewController.h // XFFruit // // Created by 陈俊俊 on 15/11/8. // Copyright © 2015年 Xummer. All rights reserved. // #import "ICRBaseViewController.h"
#import "Compass.h"
@interface PassgerPriceViewController : ICRBaseViewController
@property (nonatomic,strong)UITableView *tableView; @property (nonatomic,strong)NSMutableArray *dataArr; @property (nonatomic,assign)NSInteger count; - (void)setValueInPassgerPrice:(Compass *)compass;
@end