NSDictionary-MutableDeepCopyOfArrays.h
上传用户:jjjjag8
上传日期:2017-04-17
资源大小:1443k
文件大小:0k
源码类别:

iPhone

开发平台:

MultiPlatform

  1. #import <UIKit/UIKit.h>
  2. @interface NSDictionary(MutableDeepCopyOfArrays)
  3. - (NSMutableDictionary *)mutableDeepCopyOfArrays;
  4. - (NSMutableDictionary *)mutableDeepCopy;
  5. @end