Skip to content

Instantly share code, notes, and snippets.

@RinniSwift
Created April 18, 2019 22:35
Show Gist options
  • Save RinniSwift/bbebc1571e88267421030254522bfebf to your computer and use it in GitHub Desktop.
Save RinniSwift/bbebc1571e88267421030254522bfebf to your computer and use it in GitHub Desktop.
struct CollectionItem: Codable {
let title: String
let id: Int
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment