# `GSProtocolsForPluginType`

*Function*

## Declaration

```swift
func GSProtocolsForPluginType(_ pluginType: GSPluginType) -> [Any]!
```

```objc
NSArray *GSProtocolsForPluginType(GSPluginType pluginType);
```

```python
GSProtocolsForPluginType(pluginType: GSPluginType) -> list
```

