summaryrefslogtreecommitdiff
path: root/MLKCons.h
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2009-01-13 19:25:00 +0100
committerMatthias Andreas Benkard <matthias@benkard.de>2009-01-13 19:25:00 +0100
commitdf867c1495f92c0df046199557cab647a2f48170 (patch)
tree927d26f6b34784aa4a84d4b86233e77a8d439918 /MLKCons.h
parentc456224caf73a20c9421f6250f0f876196c3d8d0 (diff)
MLKDictionary: Implement required methods.
Diffstat (limited to 'MLKCons.h')
-rw-r--r--MLKCons.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/MLKCons.h b/MLKCons.h
index 32c346c..2fb8855 100644
--- a/MLKCons.h
+++ b/MLKCons.h
@@ -131,6 +131,7 @@
-(id) copyWithZone:(NSZone *)zone;
-(BOOL) isEqual:(id)object;
-
+-(unsigned int) hash;
+
-(void) dealloc;
@end