Lyh

Results 1 comments of Lyh

hey, i found a way, in ReactiveCocoa [https://github.com/ReactiveCocoa/ReactiveCocoa/blob/master/ReactiveCocoa/Swift/ObjectiveCBridging.swift](url) ``` public protocol ActionProtocol { associatedtype Input associatedtype Element var action: Action { get } } ``` ``` extension Action: ActionProtocol {...