Skip to content

Instantly share code, notes, and snippets.

@laevandus
Created November 18, 2018 09:05
Embed
What would you like to do?
final class LoginViewController: UIViewController, LoginFlowControlling {
@IBAction func createAccount(_ sender: Any) {
loginFlowController.showSignUp()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment