cdts/xdts-ios 3/Pods/DDWriteFileManager/WriteFileSupportSpec/Classes/NSString+DDWriteExt.h

19 lines
242 B
C
Raw Permalink Normal View History

2023-07-27 09:20:00 +08:00
//
// 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