From 4425e9001e20e891dab7711644f83a1628788b47 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Wed, 17 May 2017 23:06:25 -0500 Subject: Add the arguments source --- Sources/source_protocol.swift | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Sources/source_protocol.swift (limited to 'Sources/source_protocol.swift') 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 } +} -- cgit