Created
July 8, 2020 16:25
-
-
Save atimca/05d22c11efe1d8f5679e58437e7a1d22 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
struct StateStore { | |
private let scheduler: TestScheduler | |
init( | |
scheduler: TestScheduler, | |
permissionService: (PermissionType) -> Observable<PermissionStatus> = { _ in .never() }, | |
alertModule: (AlertModule.State) -> Observable<GeneralEvent> = { _ in .never() } | |
) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment