import Foundation @objc public class Dummy: NSObject { @objc public func sayHello() { print("Hello from Swift") } }