# `GSSimpleGlyphGridViewItem.glyphCell`

*Instance Property*

## Declaration

```swift
@IBOutlet weak var glyphCell: GSGlyphCellView? { get set }
```

```objc
@property (weak) GSGlyphCellView * glyphCell;
```

```python
glyphCell() -> GSGlyphCellView
setGlyphCell_(glyphCell: GSGlyphCellView)
```

