Skip to content

Instantly share code, notes, and snippets.

@eofster
Created December 15, 2015 13:23
Show Gist options
  • Save eofster/67a7682eae412422a3bf to your computer and use it in GitHub Desktop.
Save eofster/67a7682eae412422a3bf to your computer and use it in GitHub Desktop.
GPS track summary view dummy
class TrackSummaryViewDummy {}
extension TrackSummaryViewDummy: TrackSummaryView {
func setTrackID(trackID: Int) {}
func setName(name: String) {}
func setDate(date: String) {}
func setDistance(distance: String) {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment