Skip to content

Instantly share code, notes, and snippets.

@atimca
Created July 8, 2020 16:25
Show Gist options
  • Save atimca/05d22c11efe1d8f5679e58437e7a1d22 to your computer and use it in GitHub Desktop.
Save atimca/05d22c11efe1d8f5679e58437e7a1d22 to your computer and use it in GitHub Desktop.
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