Guest User

Untitled

a guest
Jan 22nd, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. #import <Cocoa/Cocoa.h>
  2. #import <CommonCrypto/CommonDigest.h>
  3.  
  4. @interface NSString (md5)
  5. -(NSString *) md5HexDigest;
  6. @end
Add Comment
Please, Sign In to add comment