Created
January 12, 2017 16:16
-
-
Save AndreyPanov/18c39368729bfe1d1d5313035c208a49 to your computer and use it in GitHub Desktop.
moduleA
This file contains hidden or 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
| 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