# `GSFontMaster.tempData`

*Instance Property*

a  dictionary that stores data. It will not be written to disk.

## Declaration

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

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

```python
tempData() -> dict
setTempData_(tempData: dict)
```

