PassengerViewController.h 536 Bytes
Newer Older
陈俊俊's avatar
陈俊俊 committed
1 2 3 4 5 6 7 8 9
//
//  PassengerViewController.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 PassengerViewController : ICRBaseViewController
陈俊俊's avatar
陈俊俊 committed
12 13 14
@property (nonatomic,strong)UITableView *tableView;
@property (nonatomic,strong)NSMutableArray *dataArr;
@property (nonatomic,assign)NSInteger count;
陈俊俊's avatar
陈俊俊 committed
15
@property (nonatomic,strong)NSString  *typeStr;
陈俊俊's avatar
陈俊俊 committed
16

陈俊俊's avatar
陈俊俊 committed
17
- (void)setValueInPassenger:(Compass *)compass  withType:(NSString *)type;
陈俊俊's avatar
陈俊俊 committed
18 19

@end