//// PurchaseCell.h// XFFruit//// Created by 陈俊俊 on 15/8/23.// Copyright (c) 2015年 Xummer. All rights reserved.//#import <UIKit/UIKit.h>#import "PurchaseBill.h"@interfacePurchaseCell:UITableViewCell@property(nonatomic,strong)UILabel*billNumberLabel;//采购单号@property(nonatomic,strong)UILabel*noticeNumberLabel;//采购通知单号