//
// SurveyDetailViewController.h
// XFFruit
//
// Created by 陈俊俊 on 15/8/7.
// Copyright (c) 2015年 Xummer. All rights reserved.
//
#import "ICRBaseViewController.h"
#import "Survey.h"
@interface SurveyDetailViewController : ICRBaseViewController
@property (nonatomic,strong)Survey *survey;
@property (nonatomic,strong)NSString *surveyUuid;
@end
-
n22 authored5afca515