//
// 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
-
freecui authored02b8c8df