We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dfc43d commit 15a5ad4Copy full SHA for 15a5ad4
Sources/SkipLib/BridgeSupport.swift
@@ -17,7 +17,7 @@ public protocol SwiftCustomBridged {
17
///
18
/// - Returns: A closure that returns a Swift projection of this object when invoked.
19
/// - Warning: This protocol is not designed for general use. It is designed for generated bridge code.
20
-/// - Seealso: `SkipBridgeKt.BridgeSupport`
+/// - Seealso: `SkipBridge.BridgeSupport`
21
public protocol SwiftProjecting {
22
func Swift_projection(options: Int) -> () -> Any
23
}
0 commit comments