Today's Menu  Portugal
journal and plan nutrition
NSData+MD5.h
Go to the documentation of this file.
1 //
2 // NSData+MD5.h
3 // CoordMedicRove
4 //
5 // Created by Don Zeek on 6/9/14.
6 // Copyright (c) 2014 net.dzeek.cp125a. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
11 @interface NSData (MD5)
12 - (NSString *)MD5;
13 @end
NSString * MD5()
Definition: NSData+MD5.m:14