Files
yinmeng-ios-store/yinmeng-ios/DingDangApp/YingMeng/DDMain/DDNIM/Model/DDCustomAttachmentModel.m
2023-12-13 19:18:00 -08:00

17 lines
279 B
Objective-C

//
// DDCustomAttachmentModel.m
// DingDangApp
//
// Created by 触海 on 2023/12/13.
//
#import "DDCustomAttachmentModel.h"
#import "NSObject+DDExtension.h"
@implementation DDCustomAttachmentModel
- (NSString *)encodeAttachment {
return [self dd_toJSONString];
}
@end