cdts/xdts-ios 3/Pods/DDWriteFileManager/WriteFileSupportSpec/Classes/NSString+DDWriteExt.h
2023-07-27 09:20:00 +08:00

19 lines
242 B
Objective-C

//
// NSString+DDWriteExt.h
// AFNetworking
//
// Created by DDLi on 2020/3/27.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface NSString (DDWriteExt)
- (NSString *)DDWrite_md5Mod16;
@end
NS_ASSUME_NONNULL_END