Attachment.h 311 Bytes
Newer Older
陈俊俊's avatar
陈俊俊 committed
1 2 3 4 5 6 7 8
//
//  Attachment.h
//  XFFurit
//
//  Created by 陈俊俊 on 15/8/2.
//  Copyright (c) 2015年 Xummer. All rights reserved.
//

陈俊俊's avatar
陈俊俊 committed
9
#import "IBTModel.h"
陈俊俊's avatar
陈俊俊 committed
10

陈俊俊's avatar
陈俊俊 committed
11 12
@interface Attachment : IBTModel
@property (nonatomic,strong)NSString *fileName;//文件名
陈俊俊's avatar
陈俊俊 committed
13 14 15
@property (nonatomic,strong)NSString *content;//图片内容

@end