import Foundation class NativeCode { static func getNativeStr() -> String { return "iOS-code" } }