diff options
Diffstat (limited to 'Sources/source_protocol.swift')
| -rw-r--r-- | Sources/source_protocol.swift | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Sources/source_protocol.swift b/Sources/source_protocol.swift new file mode 100644 index 0000000..ee9350c --- /dev/null +++ b/Sources/source_protocol.swift @@ -0,0 +1,3 @@ +protocol Source { + var currentTrack: Track? { get } +} |