Skip to content

Instantly share code, notes, and snippets.

@IsaAliev
Created February 23, 2018 19:12
Show Gist options
  • Save IsaAliev/e338c22029282c9d334d6b7efd7b8b36 to your computer and use it in GitHub Desktop.
Save IsaAliev/e338c22029282c9d334d6b7efd7b8b36 to your computer and use it in GitHub Desktop.
import Foundation
protocol ReposGettable {
func getRepos(completion: @escaping ([GitHubRepo]) -> ())
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment