Swift 3.0 中 protocol 中怎么添加可选方法? 类似 OC 中的 optional? 财富值1

2016-10-13 14:42发布

protocol ExampleProtocol {

var simpleDescription: String { get } mutating func adjust()   

}

困惑好久了,求助啊!~

2条回答

可通过extension实现.

一周热门 更多>