diff options
Diffstat (limited to 'Source/NSDictionary_DeepMutableCopy.h')
-rw-r--r-- | Source/NSDictionary_DeepMutableCopy.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Source/NSDictionary_DeepMutableCopy.h b/Source/NSDictionary_DeepMutableCopy.h new file mode 100644 index 00000000..7f94acde --- /dev/null +++ b/Source/NSDictionary_DeepMutableCopy.h @@ -0,0 +1,12 @@ +// +// NSDictionary_DeepMutableCopy.h +// +// Created by Matt Gemmell on 02/05/2008. +// Copyright 2008 Instinctive Code. All rights reserved. +// + +@interface NSDictionary (DeepMutableCopy) + +- (NSMutableDictionary *)deepMutableCopy; + +@end |