Skip to content

Instantly share code, notes, and snippets.

@AndreyPanov
Created January 12, 2017 16:16
Show Gist options
  • Save AndreyPanov/18c39368729bfe1d1d5313035c208a49 to your computer and use it in GitHub Desktop.
Save AndreyPanov/18c39368729bfe1d1d5313035c208a49 to your computer and use it in GitHub Desktop.
moduleA
moduleA.onNext = { [weak self] dict in
self?.storage.dict = dict
self?.showModuleB()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment