Skip to content
Snippets Groups Projects
Commit c5e278cd authored by Dariusz Rybicki's avatar Dariusz Rybicki
Browse files

Add missing public init

parent df3654cd
No related branches found
No related tags found
2 merge requests!126Migrate example app to ComposableArchitecture's ReducerProtocol,!102Release 1.0.0
...@@ -27,6 +27,8 @@ public struct ContactLookupComponent: ReducerProtocol { ...@@ -27,6 +27,8 @@ public struct ContactLookupComponent: ReducerProtocol {
case didFail(NSError) case didFail(NSError)
} }
public init() {}
@Dependency(\.appDependencies.messenger) var messenger @Dependency(\.appDependencies.messenger) var messenger
@Dependency(\.appDependencies.mainQueue) var mainQueue @Dependency(\.appDependencies.mainQueue) var mainQueue
@Dependency(\.appDependencies.bgQueue) var bgQueue @Dependency(\.appDependencies.bgQueue) var bgQueue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment