Created
January 31, 2018 19:30
-
-
Save igorkulman/189dc6afea62f6418793d862ab63d8d6 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
@objc func saveTapped(sender: AnyObject) { | |
let db = SomeDatabse() | |
db.SaveSomeData() | |
let api = SomeApi() | |
api.doSomeRequest { | |
self.updateSomeUI() | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment