Skip to content

Instantly share code, notes, and snippets.

@laevandus
Created November 18, 2018 09:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laevandus/364f7e508430fbb8bc81b79e442e78a0 to your computer and use it in GitHub Desktop.
Save laevandus/364f7e508430fbb8bc81b79e442e78a0 to your computer and use it in GitHub Desktop.
final class AccountDetailsViewController: UIViewController, AppFlowControlling {
@IBAction func goToFirst(_ sender: Any) {
appFlowController.showMainView()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment