cog/Utils/NSData+MD5.h

16 lines
160 B
Objective-C

//
// NSData+MD5.h
// Cog
//
// Created by Christopher Snowhill on 10/9/13.
//
//
#import <Cocoa/Cocoa.h>
@interface NSData (MD5)
- (NSString*)MD5;
@end