//// ICRAttachment.h// XFFruit//// Created by Xummer on 4/12/15.// Copyright (c) 2015 Xummer. All rights reserved.//#import "IBTModel.h"@interfaceICRAttachment:IBTModel@property(assign,nonatomic)NSUIntegeraID;@property(copy,nonatomic)NSString*objectId;@property(copy,nonatomic)NSString*fileName;@property(assign,nonatomic)NSUIntegerseq;@property(copy,nonatomic)NSString*attachmentType;@end