//
// 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
-
陈俊俊 authored609c0b6b