ResultDetailViewController.h 292 Bytes
Newer Older
n22's avatar
n22 committed
1 2 3 4 5 6 7 8 9 10 11
//
//  ResultDetailViewController.h
//  XFFruit
//
//  Created by n22 on 15/8/7.
//  Copyright (c) 2015年 Xummer. All rights reserved.
//

#import "ICRBaseViewController.h"

@interface ResultDetailViewController : ICRBaseViewController
陈俊俊's avatar
陈俊俊 committed
12
@property (nonatomic,strong)NSString *surveyUuid;
n22's avatar
n22 committed
13
@end