Skip to content

Instantly share code, notes, and snippets.

@azamsharp
Created February 4, 2019 18:39
Show Gist options
  • Save azamsharp/abc857bba0cc3cc536ad3c33db9df51e to your computer and use it in GitHub Desktop.
Save azamsharp/abc857bba0cc3cc536ad3c33db9df51e to your computer and use it in GitHub Desktop.
struct Article: Decodable {
let title: String
let description: String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment