Skip to content

Instantly share code, notes, and snippets.

@dougritter
Last active September 5, 2019 22:41
Show Gist options
  • Save dougritter/27abd1f9c8b9f8be09b206769fd2061e to your computer and use it in GitHub Desktop.
Save dougritter/27abd1f9c8b9f8be09b206769fd2061e to your computer and use it in GitHub Desktop.
Empty implementation of the AccountPresenter
class AccountPresenterImplementation: AccountPresenter {
func nextPressed(accountName: String) {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment