//// ICRAnswerDetail.h// XFFruit//// Created by Xummer on 15/6/7.// Copyright (c) 2015年 Xummer. All rights reserved.//#import "IBTModel.h"@interfaceICRAnswerDetail:IBTModel@property(copy,nonatomic)NSString*uuid;@property(copy,nonatomic)NSString*stringValue;@property(assign,nonatomic)NSUIntegernumberValue;@property(assign,nonatomic)NSUIntegerindex;@end