Skip to content

Instantly share code, notes, and snippets.

@dalu93
Created March 14, 2017 12:30
Show Gist options
  • Save dalu93/464ffab675f4b458115414b282b21a41 to your computer and use it in GitHub Desktop.
Save dalu93/464ffab675f4b458115414b282b21a41 to your computer and use it in GitHub Desktop.
extension SongClip: TwoLinesAndImageDisplayable {
var imageURL: URL { return coverImageURL }
var topLineText: String { return title }
var bottomLineText: String { return artist }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment