diff options
| author | Ben Beltran <ben@nsovocal.com> | 2020-03-09 21:57:38 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2020-03-09 21:57:38 -0500 |
| commit | bd151cc4d229df466df4a9fcb450f34e43570c99 (patch) | |
| tree | dfe3e0fa93d3e91b3574db2a9b32d7c5ed57ab3b /Sources/source_protocol.swift | |
| parent | 38d5d6de414ad69d6a7dc744e4aed39c488ba30f (diff) | |
| parent | 9931580d9185e9123b6d45a45f20dbf929bb25b7 (diff) | |
Merge branch 'feature/rbdr-update-swift' into develop
Diffstat (limited to 'Sources/source_protocol.swift')
| -rw-r--r-- | Sources/source_protocol.swift | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Sources/source_protocol.swift b/Sources/source_protocol.swift deleted file mode 100644 index 0885994..0000000 --- a/Sources/source_protocol.swift +++ /dev/null @@ -1,5 +0,0 @@ -// All sources should comply with this protocol. The currentTrack computed -// property will return a track if the conditions are met -protocol Source { - var currentTrack: Track? { get } -} |