Skip to content

Instantly share code, notes, and snippets.

@IsaAliev
Created February 23, 2018 19:03
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 IsaAliev/5a3e43f5f43ae5f628dd89b66b758fca to your computer and use it in GitHub Desktop.
Save IsaAliev/5a3e43f5f43ae5f628dd89b66b758fca to your computer and use it in GitHub Desktop.
import Foundation
protocol DecodingProcessor {
associatedtype DecodingResult
func decodeFrom(_ data: Data) throws -> DecodingResult
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment