# `GSInstance.readBuffer`

*Instance Property*

The read buffer dictionary.

## Declaration

```swift
var readBuffer: [AnyHashable : Any] { get set }
```

```objc
@property (nonatomic, strong) NSDictionary * readBuffer;
```

```python
readBuffer() -> dict
setReadBuffer_(readBuffer: dict)
```

