Licensing ITFoundation under the GNU General Public License version 2.
[ITFoundation.git] / ITCategory-NSString.h
index a0429f0..e4c7684 100644 (file)
@@ -2,10 +2,7 @@
  *     ITFoundation
  *     ITCategory-NSString.h
  *
- *     Copyright (c) 2005 by iThink Software.
- *     All Rights Reserved.
- *
- *     $Id$
+ *     Copyright (c) 2005 iThink Software
  *
  */
 
@@ -18,4 +15,7 @@
 - (id)initWithFourCharCode:(unsigned long)fourCharCode;
 - (unsigned long)fourCharCode;
 
+- (NSData *)MD5;
+- (NSData *)SHA1;
+
 @end
\ No newline at end of file