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