//// PurchaseDetailViewController.h// XFFruit//// Created by 陈俊俊 on 15/8/23.// Copyright (c) 2015年 Xummer. All rights reserved.//#import "ICRBaseViewController.h"#import "PurchaseBill.h"@interfacePurchaseDetailViewController:ICRBaseViewController@property(nonatomic,strong)PurchaseBill*bill;