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

#import "ICRBaseViewController.h"
陈俊俊's avatar
陈俊俊 committed
10
#import "PurchaseBill.h"
陈俊俊's avatar
陈俊俊 committed
11
#import "PurchaseNotice.h"
n22's avatar
n22 committed
12
@interface NewPurchaseViewController : ICRBaseViewController
陈俊俊's avatar
陈俊俊 committed
13
@property (nonatomic,strong)PurchaseBill *purchaseBill;
陈俊俊's avatar
陈俊俊 committed
14
@property (nonatomic,strong)PurchaseNotice *purchaseNotice;
n22's avatar
n22 committed
15
@end