NewSurveyViewController.h 354 Bytes
Newer Older
陈俊俊's avatar
陈俊俊 committed
1 2 3 4 5 6 7 8 9 10
//
//  NewSurveyViewController.h
//  XFFurit
//
//  Created by 陈俊俊 on 15/8/1.
//  Copyright (c) 2015年 Xummer. All rights reserved.
//

#import "ICRBaseViewController.h"

陈俊俊's avatar
陈俊俊 committed
11 12
#import "Survey.h"

陈俊俊's avatar
陈俊俊 committed
13
@interface NewSurveyViewController : ICRBaseViewController
陈俊俊's avatar
陈俊俊 committed
14
@property (nonatomic,strong)Survey *survey;
陈俊俊's avatar
陈俊俊 committed
15
@property (nonatomic,strong)NSString *navTitle;
陈俊俊's avatar
陈俊俊 committed
16
@end