






#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface NSString (XXGMd5)

- (NSString *)md5;

@end

NS_ASSUME_NONNULL_END
