From fdafe0d4012af00e0d9cb613a0146924b8fd8eaf Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Sun, 14 Apr 2019 16:08:54 +0200 Subject: Update swift files to use Bariloche --- Sources/source_protocol.swift | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 Sources/source_protocol.swift (limited to 'Sources/source_protocol.swift') 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 } -} -- cgit