summaryrefslogtreecommitdiff
path: root/MLKDictionary.h
diff options
context:
space:
mode:
Diffstat (limited to 'MLKDictionary.h')
-rw-r--r--MLKDictionary.h4
1 files changed, 4 insertions, 0 deletions
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