//
// ICRAnswerDetail.h
// XFFruit
//
// Created by Xummer on 15/6/7.
// Copyright (c) 2015年 Xummer. All rights reserved.
//
#import "IBTModel.h"
@interface ICRAnswerDetail : IBTModel
@property (copy, nonatomic) NSString * uuid;
@property (copy, nonatomic) NSString * stringValue;
@property (assign, nonatomic) NSUInteger numberValue;
@property (assign, nonatomic) NSUInteger index;
@end
-
mei authoredd4286c2c