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

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

@end