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/f39e4c921dbf7f5d43ca353b44ef43f5 to your computer and use it in GitHub Desktop.
Save marcpalmer/f39e4c921dbf7f5d43ca353b44ef43f5 to your computer and use it in GitHub Desktop.
Flint conditional conformance blog part 3
final class BeepAction: Action {
typealias InputType = NoInput
typealias PresenterType = NoPresenter
static func perform(with context: ActionContext<InputType>, using presenter: PresenterType, completion: ((ActionPerformOutcome) -> ())) {
// … not important for this example
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment