diff options
Diffstat (limited to 'Source/NSDictionary_DeepMutableCopy.m')
-rw-r--r-- | Source/NSDictionary_DeepMutableCopy.m | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/NSDictionary_DeepMutableCopy.m b/Source/NSDictionary_DeepMutableCopy.m index a5a49333..d98b8e7e 100644 --- a/Source/NSDictionary_DeepMutableCopy.m +++ b/Source/NSDictionary_DeepMutableCopy.m @@ -7,10 +7,8 @@ #import "NSDictionary_DeepMutableCopy.h" - @implementation NSDictionary (DeepMutableCopy) - - (NSMutableDictionary *)deepMutableCopy; { NSMutableDictionary *newDictionary; @@ -39,5 +37,4 @@ return newDictionary; } - @end |