add message exercises
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
//
|
||||
// NSString+MD5.h
|
||||
// GIGA
|
||||
//
|
||||
// Created by lianxiang on 2018/8/23.
|
||||
// Copyright © 2018年 com.giga.ios. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface NSString (MD5)
|
||||
//MD5加密
|
||||
- (NSString *)MD5;
|
||||
@end
|
||||
Reference in New Issue
Block a user