]> git.r.bdr.sh - rbdr/lyricli/blame - Sources/source_protocol.swift
Add documentation target to make
[rbdr/lyricli] / Sources / source_protocol.swift
CommitLineData
4425e900
BB
1protocol Source {
2 var currentTrack: Track? { get }
3}