summaryrefslogtreecommitdiff
path: root/MLKDictionary.h
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2009-01-13 19:28:11 +0100
committerMatthias Andreas Benkard <matthias@benkard.de>2009-01-13 19:28:11 +0100
commitfb4f8d100e10c79ca6bce3a90f81cb4ebc6b1c81 (patch)
tree798d006d1c48d582990b30412bfd7b2d293782be /MLKDictionary.h
parentdf867c1495f92c0df046199557cab647a2f48170 (diff)
MLKDictionary: Implement keyed-archiving methods.
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