// // NSDictionary_DeepMutableCopy.h // // Created by Matt Gemmell on 02/05/2008. // Copyright 2008 Instinctive Code. All rights reserved. @interface NSDictionary (DeepMutableCopy) - (NSMutableDictionary *)deepMutableCopy; @end