From df867c1495f92c0df046199557cab647a2f48170 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Tue, 13 Jan 2009 19:25:00 +0100 Subject: MLKDictionary: Implement required methods. --- MLKCons.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'MLKCons.h') 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 -- cgit v1.2.3