//
//  Attachment.h
//  XFFurit
//
//  Created by 陈俊俊 on 15/8/2.
//  Copyright (c) 2015年 Xummer. All rights reserved.
//

#import "IBTModel.h"

@interface Attachment : IBTModel
@property (nonatomic,strong)NSString *fileName;//文件名
@property (nonatomic,strong)NSString *content;//图片内容

@end