//// ICRAnswer.h// XFFruit//// Created by Xummer on 15/6/7.// Copyright (c) 2015年 Xummer. All rights reserved.//#import "IBTModel.h"@interfaceICRAnswer:IBTModel@property(copy,nonatomic)NSString*uuid;@property(copy,nonatomic)NSString*questionUuid;@property(copy,nonatomic)NSString*content;@property(copy,nonatomic)NSString*remark;@property(assign,nonatomic)NSIntegerscore;@property(copy,nonatomic)NSArray*details;// LocalKey@property(assign,nonatomic)BOOLbIsAnswered;@property(copy,nonatomic)NSDictionary*task;@property(copy,nonatomic)NSDictionary*photo;@property(copy,nonatomic)NSDictionary*voice;@end