AttachmentModel.h 306 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
//
//  AttachmentModel.h
//  redstar
//
//  Created by admin on 15/12/27.
//  Copyright © 2015年 ZWF. All rights reserved.
//

#import <Foundation/Foundation.h>

@interface AttachmentModel : NSObject
@property (nonatomic, strong) NSString *fileName;
@property (nonatomic, strong) NSString *fileUrl;
@end