2024-02-15 17:14:06 -08:00

5 lines
241 B
Swift

// WinRTDelegateBridge specifies the contract for bridging between WinRT and Swift for event handlers and d
public protocol WinRTDelegateBridge<Handler>: AbiInterfaceBridge where SwiftProjection == Handler {
associatedtype Handler
}