Skip to content

Instantly share code, notes, and snippets.

@dalu93
Last active March 14, 2017 12:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dalu93/c2d97d3d7b71781a8941dbe47b3e6fea to your computer and use it in GitHub Desktop.
Save dalu93/c2d97d3d7b71781a8941dbe47b3e6fea to your computer and use it in GitHub Desktop.
SongClip declaration
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