Skip to content

Instantly share code, notes, and snippets.

@IsaAliev
Created February 23, 2018 19:00
Show Gist options
  • Save IsaAliev/475534a2eb17cff05b1e2682c3c69e0b to your computer and use it in GitHub Desktop.
Save IsaAliev/475534a2eb17cff05b1e2682c3c69e0b to your computer and use it in GitHub Desktop.
import Foundation
protocol RequestPreparator {
func prepareRequest(_ request: inout HTTPRequestRepresentable)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment