Skip to content

Instantly share code, notes, and snippets.

@vialyx
Last active January 5, 2018 08:06
Show Gist options
  • Save vialyx/c1b9cb5409e38f905b6d58f394f6adb4 to your computer and use it in GitHub Desktop.
Save vialyx/c1b9cb5409e38f905b6d58f394f6adb4 to your computer and use it in GitHub Desktop.
class StrongLoginPresenter {
// MARK: - Inner
func login {
// Work with data
}
// MARK: - Network
func sendLoginRequest {
// Work with URLRequest formed
}
// MARK: - Navigation
func openMainScreen {
// Work with UINavigationController
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment