Created
December 15, 2015 13:23
-
-
Save eofster/67a7682eae412422a3bf to your computer and use it in GitHub Desktop.
GPS track summary view dummy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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