ProductBillViewController.h 440 Bytes
Newer Older
n22's avatar
n22 committed
1 2 3 4 5 6 7 8 9
//
//  ProductViewController.h
//  XFFruit
//
//  Created by n22 on 15/8/21.
//  Copyright (c) 2015年 Xummer. All rights reserved.
//

#import "ICRBaseViewController.h"
陈俊俊's avatar
陈俊俊 committed
10 11

@interface  ProductBillViewController: ICRBaseViewController
n22's avatar
n22 committed
12

n22's avatar
n22 committed
13 14 15
@property (nonatomic,strong)NSMutableArray *productArr;
@property (nonatomic,strong)UITableView *tableView;
@property (nonatomic,assign)CGRect viewFrame;
陈俊俊's avatar
陈俊俊 committed
16
@property (nonatomic,assign)BOOL isHiddenEdit;
n22's avatar
n22 committed
17

n22's avatar
n22 committed
18
@end