Last active
January 5, 2018 08:06
-
-
Save vialyx/c1b9cb5409e38f905b6d58f394f6adb4 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
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