// // SurveyCell.h // XFFurit // // Created by 陈俊俊 on 15/8/1. // Copyright (c) 2015年 Xummer. All rights reserved. // #import @interface SurveyCell : UITableViewCell @property (nonatomic,strong)UILabel *titleLabel; @property (nonatomic,strong)UILabel *lineLabel; - (void)setTitleStr:(NSString *)str; @end