Skip to content

Instantly share code, notes, and snippets.

@eofster
Last active December 8, 2015 15:42
Show Gist options
  • Save eofster/4d0399e60587877c6393 to your computer and use it in GitHub Desktop.
Save eofster/4d0399e60587877c6393 to your computer and use it in GitHub Desktop.
GPS track summary composition
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