File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Sources/ComposableArchitecture/SwiftUI Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
import SwiftUI
2
2
3
3
extension View {
4
- @ViewBuilder
4
+ @_spi ( Presentation )
5
5
public func presentation< State, Action, Content: View > (
6
6
store: Store < PresentationState < State > , PresentationAction < Action > > ,
7
7
@ViewBuilder body: @escaping (
@@ -16,7 +16,7 @@ extension View {
16
16
}
17
17
18
18
@_disfavoredOverload
19
- @ViewBuilder
19
+ @_spi ( Presentation )
20
20
public func presentation< State, Action, Content: View > (
21
21
store: Store < PresentationState < State > , PresentationAction < Action > > ,
22
22
@ViewBuilder body: @escaping (
@@ -34,7 +34,7 @@ extension View {
34
34
)
35
35
}
36
36
37
- @ViewBuilder
37
+ @_spi ( Presentation )
38
38
public func presentation<
39
39
State,
40
40
Action,
@@ -59,7 +59,7 @@ extension View {
59
59
}
60
60
61
61
@_disfavoredOverload
62
- @ViewBuilder
62
+ @_spi ( Presentation )
63
63
public func presentation<
64
64
State,
65
65
Action,
You can’t perform that action at this time.
0 commit comments