# `GSInspectorViewControllerDelegate`

*Protocol*

## Declaration

```swift
protocol GSInspectorViewControllerDelegate : NSObjectProtocol
```

```objc
@protocol GSInspectorViewControllerDelegate <NSObject>
```

```python
GSInspectorViewControllerDelegate
```

## Topics

### Instance Methods

- [`GSInspectorViewControllerDelegate inspectorViewControllersForLayer:`](/Core/GlyphsApp/GSInspectorViewControllerDelegate/inspectorViewControllersForLayer:)
- [`GSInspectorViewControllerDelegate panelInspectorsForLayer:`](/Core/GlyphsApp/GSInspectorViewControllerDelegate/panelInspectorsForLayer:) — used form the Edit View
- [`GSInspectorViewControllerDelegate panelInspectorsForSelectedLayers:`](/Core/GlyphsApp/GSInspectorViewControllerDelegate/panelInspectorsForSelectedLayers:) — used form the Font View

## Relationships

### Inherits From

- `NSObject`

