//
//  Copyright © 2016年 dahua. All rights reserved.
//  MD5Digest:https://github.com/Keithbsmiley/MD5Digest

#import <Foundation/Foundation.h>

@interface NSString (MD5)

- (NSString *)lc_MD5Digest;

@end