Skip to content

Commit

Permalink
Update RefdsReduxMiddleware.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelesantos committed Apr 10, 2024
1 parent b8a3654 commit 817d7fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/RefdsRedux/RefdsReduxMiddleware.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ public typealias RefdsReduxMiddlewareCompletion = (RefdsReduxAction) -> Void
public typealias RefdsReduxMiddleware<State> = (State, RefdsReduxAction, @escaping RefdsReduxMiddlewareCompletion) -> Void

public protocol RefdsReduxMiddlewareProtocol {
var middleware: RefdsReduxMiddleware<RefdsReduxState> { get }
associatedtype State
var middleware: RefdsReduxMiddleware<State> { get }
}

0 comments on commit 817d7fa

Please sign in to comment.