Skip to content

Instantly share code, notes, and snippets.

@vikingosegundo
Last active March 27, 2022 17:16
Show Gist options
  • Save vikingosegundo/448e57257aca6ec14e130fa08f13a4ef to your computer and use it in GitHub Desktop.
Save vikingosegundo/448e57257aca6ec14e130fa08f13a4ef to your computer and use it in GitHub Desktop.
protocol UseCase {
associatedtype RequestType
associatedtype ResponseType
func request(to request:RequestType)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment