Files
yinmeng-ios/xplan-ios/Main/IM/Model/AttachmentModel.m
2021-11-19 14:13:08 +08:00

17 lines
247 B
Objective-C

//
// AttachmentModel.m
// xplan-ios
//
// Created by 冯硕 on 2021/11/16.
//
#import "AttachmentModel.h"
#import "NSObject+MJExtension.h"
@implementation AttachmentModel
- (NSString *)encodeAttachment {
return [self toJSONString];
}
@end