17 #import <Foundation/Foundation.h>
32 - (id)objectAtIndexedSubscript:(NSUInteger)index;
47 - (void)setObject:(
id)obj atIndexedSubscript:(NSUInteger)index;
62 - (id)objectForKeyedSubscript:(
id)key;
77 - (void)setObject:(
id)obj forKeyedSubscript:(
id <NSCopying>)key;
The indexed subscript getter protocol NSAIndexedSubscript must be adopted and implemented by immutabl...
Definition: NSASubscript.h:22
The indexed subscript setter protocol NSAMutableIndexedSubscript must be adopted and implemented by m...
Definition: NSASubscript.h:39
The keyed subscript setter protocol NSAMutableKeyedSubscript must be adopted and implemented by mutab...
Definition: NSASubscript.h:69
The keyed subscript getter protocol NSAKeyedSubscript must be adopted and implemented by immutable ob...
Definition: NSASubscript.h:54