# `GSNotifyingDictionary initWithDictionary:`

*Initializer*

## Declaration

```swift
init!(dictionary dict: [AnyHashable : Any]!)
```

```objc
- (instancetype) initWithDictionary:(NSDictionary *) dict;
```

```python
initWithDictionary_(dict: dict) -> GSNotifyingDictionary
```

