FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
NSDictionary(Deprecated) Category Reference

Deprecated methods of NSDictionary extensions. More...

#import <NSDictionary.h>

Instance Methods

(id) - :
 Extreme short form of 'ObjectForKey:'. More...
 

Detailed Description

Deprecated methods of NSDictionary extensions.

Method Documentation

- (id) : (id)  __deprecated

Extreme short form of 'ObjectForKey:'.

Deprecated:
Use (array)[key] syntax of Modern Objective-C instead of this method.

The documentation for this category was generated from the following file: