From fb4f8d100e10c79ca6bce3a90f81cb4ebc6b1c81 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Tue, 13 Jan 2009 19:28:11 +0100 Subject: MLKDictionary: Implement keyed-archiving methods. --- MLKDictionary.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'MLKDictionary.h') diff --git a/MLKDictionary.h b/MLKDictionary.h index c88ad55..8bfd516 100644 --- a/MLKDictionary.h +++ b/MLKDictionary.h @@ -49,6 +49,10 @@ -(NSArray *) allKeys; -(NSArray *) allValues; +// Why not? ++(Class) classForKeyedUnarchiver; +-(Class) classForKeyedArchiver; + -(void) dealloc; -(void) finalize; @end -- cgit v1.2.3