//// SurveyListCell.h// XFFurit//// Created by 陈俊俊 on 15/8/1.// Copyright (c) 2015年 Xummer. All rights reserved.//#import <UIKit/UIKit.h>#import "Survey.h"@interfaceSurveyListCell:UITableViewCell@property(nonatomic,strong)UILabel*titleLabel;@property(nonatomic,strong)UILabel*billnumberLabel;@property(nonatomic,strong)UILabel*begindateLabel;@property(nonatomic,strong)UILabel*productnameLabel;@property(nonatomic,strong)UILabel*enddateLabel;@property(nonatomic,strong)UILabel*lineLabel;@property(nonatomic,strong)UIButton*stateBtn;@property(nonatomic,strong)Survey*survey;@end