文件名称:Rubicon:Swift解析器+模拟生成器
文件大小:6.15MB
文件格式:ZIP
更新时间:2024-06-11 13:38:24
mock swift xcode protocol xcode-extension
鲁比Kong 再次在AppStore上可用 Swift解析器+模拟生成器 Rubicon为协议生成间谍。 不支持父协议的生成方法。 例子 输入: protocol Car { var name: String ? { get } var color: Int { get set } func go () func load ( with stuff : Int , label : String ) throws -> Int func isFull () -> Bool } 间谍 输出: class CarSpy : Car { var name: String ? var color: Int struct Load { let stuff: Int let label: Stri