Skip to content

Instantly share code, notes, and snippets.

@nalexn
Created October 18, 2019 09:09
Show Gist options
  • Save nalexn/4fffb9b0e8a77601c407bd3a88626b74 to your computer and use it in GitHub Desktop.
Save nalexn/4fffb9b0e8a77601c407bd3a88626b74 to your computer and use it in GitHub Desktop.
struct Podcast: Equatable {
let title: String
let previewImage: UIImage
let podcastURL: URL
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment