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

#import "ICRBaseViewController.h"
#import "Compass.h"
@interface GrossRateViewController : ICRBaseViewController
@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)setValueInGrossRate:(Compass *)compass withType:(NSString *)type;
陈俊俊's avatar
陈俊俊 committed
18 19

@end