Skip to content

Instantly share code, notes, and snippets.

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 JohnSundell/e716a5afc12febc07b198655a7411159 to your computer and use it in GitHub Desktop.
Save JohnSundell/e716a5afc12febc07b198655a7411159 to your computer and use it in GitHub Desktop.
protocol ModelLoading {
associatedtype Model
func load(completionHandler: (Result<Model>) -> Void)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment