Skip to content

Instantly share code, notes, and snippets.

@farhan-syed
Created June 10, 2018 00:02
Show Gist options
  • Save farhan-syed/e3a006abce7bd2410f40b3e1161f27ce to your computer and use it in GitHub Desktop.
Save farhan-syed/e3a006abce7bd2410f40b3e1161f27ce to your computer and use it in GitHub Desktop.
struct Comment: Decodable {
var postId: Int
var id: Int
var name: String
var email: String
var body: String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment