//// SurveyResultCell.h// XFFruit//// Created by 陈俊俊 on 15/8/7.// Copyright (c) 2015年 Xummer. All rights reserved.//#import <UIKit/UIKit.h>#import "SurveyResult.h"@interfaceSurveyResultCell:UITableViewCell@property(nonatomic,strong)UIButton*imageBtn;