Updating ITFoundation to include updates spurred by Haven development.
[ITFoundation.git] / ITCategory-NSData.h
diff --git a/ITCategory-NSData.h b/ITCategory-NSData.h
new file mode 100644 (file)
index 0000000..68af6e3
--- /dev/null
@@ -0,0 +1,21 @@
+/*
+ *     ITFoundation
+ *     ITCategory-NSData.h
+ *
+ *     Copyright (c) 2008 by iThink Software.
+ *     All Rights Reserved.
+ *
+ *     $Id$
+ *
+ */
+
+#import <Foundation/Foundation.h>
+
+@interface NSData (ITFoundationCategory)
+
+- (NSString *)hexadecimalRepresentation;
+
+- (NSData *)MD5;
+- (NSData *)SHA1;
+
+@end