// // WriteFeedbackViewController.h // XFFruit // 填写行情反馈 // Created by freecui on 15/8/20. // Copyright (c) 2015年 Xummer. All rights reserved. // #import "ICRBaseViewController.h"
#import "Survey.h"
@interface WriteFeedbackViewController : ICRBaseViewController @property (nonatomic,strong)Survey *survey; @property (nonatomic,strong)NSString *surveyUuid; @property (nonatomic, strong) NSArray *imgsFile;
@property (nonatomic, strong) Survey *aSurvey;
- (instancetype)initWithImgName:(NSString *)imgName; @end