From d852b84edc24f1f1bbf4c34aa359447970e732b0 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Sat, 20 May 2017 09:40:03 -0500 Subject: Improve comments in code --- Sources/source_protocol.swift | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Sources/source_protocol.swift') diff --git a/Sources/source_protocol.swift b/Sources/source_protocol.swift index ee9350c..0885994 100644 --- a/Sources/source_protocol.swift +++ b/Sources/source_protocol.swift @@ -1,3 +1,5 @@ +// 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