Created
December 15, 2015 12:38
-
-
Save eofster/a0aa1f39c4bd2a1514ec to your computer and use it in GitHub Desktop.
GPS track repository
This file contains hidden or 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
| protocol TrackRepository {} | |
| class TrackRepositoryImpl {} | |
| extension TrackRepositoryImpl: TrackRepository {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment