//// TransportPurductCell.h// XFFruit//// Created by 陈俊俊 on 15/9/6.// Copyright (c) 2015年 Xummer. All rights reserved.//#import <UIKit/UIKit.h>@interfaceTransportPurductCell:UITableViewCell@property(nonatomic,strong)UIImageView*smallImageView;@property(nonatomic,strong)UIButton*editBtn;@property(nonatomic,strong)UILabel*seqLabel;@property(nonatomic,strong)UILabel*titleLabel;@property(nonatomic,strong)UILabel*standLabel;@property(nonatomic,strong)UILabel*countLabel;@property(nonatomic,strong)UILabel*baseCountLabel;@property(nonatomic,strong)UILabel*lineLabel;@end