SwiftPluginsExample icon indicating copy to clipboard operation
SwiftPluginsExample copied to clipboard

Results 1 SwiftPluginsExample issues
Sort by recently updated
recently updated
newest added

I was able to get your code working with the current Swift 3. By doing this ... ``` @objc(PluginInterface) protocol PluginInterface: NSObjectProtocol { var name: String { get } @objc(convertString:)...