ICRAttachment.h 441 Bytes
//
//  ICRAttachment.h
//  XFFruit
//
//  Created by Xummer on 4/12/15.
//  Copyright (c) 2015 Xummer. All rights reserved.
//

#import "IBTModel.h"

@interface ICRAttachment : IBTModel

@property (assign, nonatomic) NSUInteger aID;
@property (copy,   nonatomic) NSString *objectId;
@property (copy,   nonatomic) NSString *fileName;
@property (assign, nonatomic) NSUInteger seq;
@property (copy,   nonatomic) NSString *attachmentType;

@end