blob: d9c8cd756410d82a1eb83ffc673ed141d6f2abfe [file] [log] [blame]
import Foundation
@objc class SwiftMainClass : NSObject {
@objc class func SwiftMain() -> Int32 {
dump("Hello World!");
return 0;
}
}