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 02d052d commit 70907f3Copy full SHA for 70907f3
WorkflowSwiftUIExperimental/Sources/SwiftUIScreen.swift
@@ -20,6 +20,7 @@ import SwiftUI
20
import Workflow
21
import WorkflowUI
22
23
+@available(*, deprecated, message: "Use the ObservableScreen protocol from WorkflowSwiftUI")
24
public protocol SwiftUIScreen: Screen {
25
associatedtype Content: View
26
0 commit comments