Skip to content

Instantly share code, notes, and snippets.

@farhan-syed
Last active June 9, 2018 23:51
Show Gist options
  • Save farhan-syed/b7d56d01f6f43340c1580c1fcdaec187 to your computer and use it in GitHub Desktop.
Save farhan-syed/b7d56d01f6f43340c1580c1fcdaec187 to your computer and use it in GitHub Desktop.
struct Post: Decodable {
var userId: Int
var id: Int
var title: String
var body: String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment