Last active
March 14, 2017 12:21
-
-
Save dalu93/c2d97d3d7b71781a8941dbe47b3e6fea to your computer and use it in GitHub Desktop.
SongClip declaration
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 SongClip { | |
let title: String | |
let artist: String | |
let audioURL: URL | |
let coverImageURL: URL | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment