PassgerPriceViewController.h 545 Bytes
//
//  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;
@property (nonatomic,strong)NSString  *typeStr;

- (void)setValueInPassgerPrice:(Compass *)compass  withType:(NSString *)type;

@end