# `GSPluginHandler.pluginBundlesRename`

*Instance Property*

Maps plugin class names to their respective bundles. There might be multiple class names pointing to the same bundle.

## Declaration

```swift
var pluginBundlesRename: NSMutableDictionary { get set }
```

```objc
@property (strong) NSMutableDictionary<NSString *,NSBundle *> * pluginBundlesRename;
```

```python
pluginBundlesRename() -> dict[str, NSBundle]
setPluginBundlesRename_(pluginBundlesRename: dict[str, NSBundle])
```

