WriteFeedbackViewController.h 483 Bytes
Newer Older
freecui's avatar
freecui committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
//
//  WriteFeedbackViewController.h
//  XFFruit

//  填写行情反馈

//  Created by freecui on 15/8/20.
//  Copyright (c) 2015年 Xummer. All rights reserved.
//

#import "ICRBaseViewController.h"

@class Survey;
@interface WriteFeedbackViewController : ICRBaseViewController
@property (nonatomic,strong)Survey *survey;
@property (nonatomic,strong)NSString *surveyUuid;
@property (nonatomic, strong) NSArray *imgsFile;
- (instancetype)initWithImgName:(NSString *)imgName;

@end