|
FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
|
The keyed subscript getter protocol NSAKeyedSubscript must be adopted and implemented by immutable objects used for keyed subscript in modern Objective-C. More...
#import <NSASubscript.h>
Instance Methods | |
| (id) | - objectForKeyedSubscript: |
| Returns the value associated with a given key. More... | |
The keyed subscript getter protocol NSAKeyedSubscript must be adopted and implemented by immutable objects used for keyed subscript in modern Objective-C.
| - (id) objectForKeyedSubscript: | (id) | key |
Returns the value associated with a given key.
| key | The key for which to return the corresponding value. |
This method is expected to be identical to objectForKey:.