Skip to content

Instantly share code, notes, and snippets.

@KaneCheshire
Last active July 9, 2018 12:02
Show Gist options
  • Save KaneCheshire/f09eefd38e54dc24ced993c43dde96ec to your computer and use it in GitHub Desktop.
Save KaneCheshire/f09eefd38e54dc24ced993c43dde96ec to your computer and use it in GitHub Desktop.
// LoginContext.swift
protocol LoginContext {}
extension LoginContext {
func logIn() {
// Log in code
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment