ProductBillViewController.h 488 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

陈俊俊's avatar
陈俊俊 committed
11

陈俊俊's avatar
陈俊俊 committed
12
@interface  ProductBillViewController: ICRBaseViewController
n22's avatar
n22 committed
13

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