Skip to content

Instantly share code, notes, and snippets.

@nalexn
Created January 16, 2020 17:31
Show Gist options
  • Save nalexn/813e75261abb989d89e2104ad0925992 to your computer and use it in GitHub Desktop.
Save nalexn/813e75261abb989d89e2104ad0925992 to your computer and use it in GitHub Desktop.
struct RealListRepository: ListRepository {
func loadList(completion: @escaping ([Item], Error?) -> Void) {
// networking code
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment