# `GSNotifyingDictionary objectForKey:`

*Instance Method*

## Declaration

```swift
func object(forKey key: Any!) -> Any!
```

```objc
- (id) objectForKey:(id) key;
```

```python
objectForKey_(key: object) -> object
```

