Skip to content

Instantly share code, notes, and snippets.

@arthur-here
Last active July 12, 2017 08:28
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 arthur-here/0da4e749e12a5bc8ca989002fb8a226c to your computer and use it in GitHub Desktop.
Save arthur-here/0da4e749e12a5bc8ca989002fb8a226c to your computer and use it in GitHub Desktop.
protocol LanguageListViewControllerDelegate: class {
func languageListViewController(_ viewController: LanguageListViewController,
didSelectLanguage language: String)
func languageListViewControllerDidCancel(_ viewController: LanguageListViewController)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment