PluginManagerProtocol
protocol PluginManagerProtocol : PluginManagerControlFlowProtocol
Undocumented
-
Undocumented
Declaration
Swift
associatedtype pluginTypeProtocol -
Undocumented
Declaration
Swift
var pluginType: ZPPluginType { get } -
Undocumented
Declaration
Swift
var pluginProtocol: pluginTypeProtocol.Type { get } -
Undocumented
Declaration
Swift
var providers: [String : pluginTypeProtocol] { get set } -
Undocumented
Declaration
Swift
func prepareManager(completion: PluginManagerCompletion)