# `GSEditViewController.graphicView`

*Instance Property*

## Declaration

```swift
@IBOutlet unowned(unsafe) var graphicView: GSGlyphEditView { get set }
```

```objc
@property (nonatomic, unsafe_unretained) GSGlyphEditView * graphicView;
```

```python
graphicView() -> GSGlyphEditView
setGraphicView_(graphicView: GSGlyphEditView)
```

