17 lines
279 B
Mathematica
17 lines
279 B
Mathematica
![]() |
//
|
||
|
// 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
|