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 文件以获取更多信息。