Skip to content

Instantly share code, notes, and snippets.

@marlonjames71
Last active May 12, 2021 08:40
Show Gist options
  • Save marlonjames71/4cfef083949712cbae013219c29821d3 to your computer and use it in GitHub Desktop.
Save marlonjames71/4cfef083949712cbae013219c29821d3 to your computer and use it in GitHub Desktop.
struct MediaItem {
let id: UUID
let mediaType: MediaType
let title: String?
let mediaUrl: URL?
}
enum MediaType { case video, photo }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment