Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis committed May 24, 2023
1 parent bb855dd commit 87c422c
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import SwiftUI

extension View {
@ViewBuilder
@_spi(Presentation)
public func presentation<State, Action, Content: View>(
store: Store<PresentationState<State>, PresentationAction<Action>>,
@ViewBuilder body: @escaping (
Expand All @@ -16,7 +16,7 @@ extension View {
}

@_disfavoredOverload
@ViewBuilder
@_spi(Presentation)
public func presentation<State, Action, Content: View>(
store: Store<PresentationState<State>, PresentationAction<Action>>,
@ViewBuilder body: @escaping (
Expand All @@ -34,7 +34,7 @@ extension View {
)
}

@ViewBuilder
@_spi(Presentation)
public func presentation<
State,
Action,
Expand All @@ -59,7 +59,7 @@ extension View {
}

@_disfavoredOverload
@ViewBuilder
@_spi(Presentation)
public func presentation<
State,
Action,
Expand Down

0 comments on commit 87c422c

Please sign in to comment.