// // NewPurchaseViewController.h // XFFruit // // Created by 陈俊俊 on 15/8/21. // Copyright (c) 2015年 Xummer. All rights reserved. // #import "ICRBaseViewController.h"
#import "PurchaseBill.h"
#import "PurchaseNotice.h"
@interface NewPurchaseViewController : ICRBaseViewController
@property (nonatomic,strong)PurchaseBill *purchaseBill;
@property (nonatomic,strong)PurchaseNotice *purchaseNotice;
@end