I have this protocol:
我有这个协议:
protocol ViewType {
associatedtype T: ViewData.View
var data:T! {get set}
}
protocol ViewI have this protocol:
我有这个协议:
protocol ViewType {
associatedtype T: ViewData.View
var data:T! {get set}
}
protocol View