Last active
May 12, 2021 08:40
-
-
Save marlonjames71/4cfef083949712cbae013219c29821d3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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