Bound value in a conditional binding must be of Optional Type

前端 未结 5 773
你的背包
你的背包 2020-12-29 06:15

I have a protocol defined:

protocol Usable {
    func use()
}

and a class that conforms to that protocol

class Thing: Usabl         


        
5条回答
提交回复
热议问题