Created
March 14, 2017 12:30
-
-
Save dalu93/464ffab675f4b458115414b282b21a41 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
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