# `GSInstance.weightClassUI`

*Instance Property*

The weight class UI string (e.g. Regular or Bold).

## Declaration

```swift
var weightClassUI: String? { get }
```

```objc
@property (nonatomic, readonly) NSString * weightClassUI;
```

```python
weightClassUI() -> str
```

