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