PluginValue
@propertyWrapper
public struct PluginValue<Value>
插件属性包装器注解
使用示例: @PluginValue(TestPluginProtocol.self) static var testPlugin: TestPluginProtocol
-
Undocumented
Declaration
Swift
public init( _ pluginType: Value.Type, object: Any? = nil )
-
Undocumented
Declaration
Swift
public var wrappedValue: Value { get set }