SurveyDetailViewController.h 360 Bytes
Newer Older
n22's avatar
n22 committed
1 2 3 4 5 6 7 8 9 10 11 12
//
//  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;
n22's avatar
n22 committed
13
@property (nonatomic,strong)NSString *surveyUuid;
n22's avatar
n22 committed
14
@end