SwiftCode.swift 115 字节
Newer Older
lizhongyi_'s avatar
lizhongyi_ 已提交
1 2 3 4 5 6 7
import Foundation

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