PassgerPriceViewController.h 470 Bytes
Newer Older
陈俊俊's avatar
陈俊俊 committed
1 2 3 4 5 6 7 8 9
//
//  PassgerPriceViewController.h
//  XFFruit
//
//  Created by 陈俊俊 on 15/11/8.
//  Copyright © 2015年 Xummer. All rights reserved.
//

#import "ICRBaseViewController.h"
陈俊俊's avatar
陈俊俊 committed
10
#import "Compass.h"
陈俊俊's avatar
陈俊俊 committed
11
@interface PassgerPriceViewController : ICRBaseViewController
陈俊俊's avatar
陈俊俊 committed
12 13 14 15 16
@property (nonatomic,strong)UITableView *tableView;
@property (nonatomic,strong)NSMutableArray *dataArr;
@property (nonatomic,assign)NSInteger count;

- (void)setValueInPassgerPrice:(Compass *)compass;
陈俊俊's avatar
陈俊俊 committed
17 18

@end