YetBase
示例
class Person: Codable {
var name: String = ""
var age: Int = 0
}
要求
安装
YetBase 通过 CocoaPods 提供。要安装它,只需将以下行添加到您的 Podfile
pod 'YetBase'
作者:
yangentao, [email protected]
许可协议
Yson可在MIT许可协议下使用。有关更多信息,请参阅LICENSE文件。
class Person: Codable {
var name: String = ""
var age: Int = 0
}
YetBase 通过 CocoaPods 提供。要安装它,只需将以下行添加到您的 Podfile
pod 'YetBase'
yangentao, [email protected]
Yson可在MIT许可协议下使用。有关更多信息,请参阅LICENSE文件。