Skip to content

Instantly share code, notes, and snippets.

@marcpalmer
Created April 27, 2018 16:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcpalmer/3537300abcd5dbdc6925d4611e1dd4b9 to your computer and use it in GitHub Desktop.
Save marcpalmer/3537300abcd5dbdc6925d4611e1dd4b9 to your computer and use it in GitHub Desktop.
Flint conditional conformance part 4
noInputAction.perform(using: somePresenter, with: .none)
noPresenterAction.perform(using: NoPresenter(), with: someInput)
noPresenterNoInputAction.perform(using: NoPresenter(), with: .none)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment