//
// SurveyResultCell.h
// XFFruit
//
// Created by 陈俊俊 on 15/8/7.
// Copyright (c) 2015年 Xummer. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "SurveyResult.h"
@interface SurveyResultCell : UITableViewCell
@property (nonatomic,strong)UIButton *imageBtn;
@property (nonatomic,strong)UILabel *dateLabel;
@property (nonatomic,strong)UILabel *userNameLabel;
@property (nonatomic,strong)UILabel *placeLabel;
@property (nonatomic,strong)UILabel *priceLabel;
@property (nonatomic,strong)UILabel *capacityLabel;
@property (nonatomic,strong)UILabel *qualityLabel;
@property (nonatomic,strong)UILabel *lineLabel;
@property (nonatomic,strong)SurveyResult *surveyResult;
@end
-
n22 authored3f78b465