# `GlyphsPlugin`

*Protocol*

GlyphsPlugin: The protocol defining the general plugin interface

## Declaration

```swift
protocol GlyphsPlugin
```

```objc
@protocol GlyphsPlugin
```

```python
GlyphsPlugin
```

## Topics

### Instance Properties

- [`GlyphsPlugin.interfaceVersion`](/Core/GlyphsApp/GlyphsPlugin/interfaceVersion) — The interface version. Return 1 for now

### Instance Methods

- [`GlyphsPlugin loadPlugin`](/Core/GlyphsApp/GlyphsPlugin/loadPlugin) — Is called to let the plugin initialize itself

