Last active
December 8, 2015 15:42
-
-
Save eofster/4d0399e60587877c6393 to your computer and use it in GitHub Desktop.
GPS track summary composition
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
let interactor = TrackSummaryInteractor( | |
output: TrackSummaryPresenter( | |
output: TrackSummaryViewController() | |
) | |
) | |
interactor.execute() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment