# `GSFontViewController.category`

*Instance Property*

## Declaration

```swift
var category: String! { get set }
```

```objc
@property (nonatomic, strong) NSString * category;
```

```python
category() -> str
setCategory_(category: str)
```

