Skip to content

Instantly share code, notes, and snippets.

@vialyx
Created December 7, 2018 17:57
Show Gist options
  • Save vialyx/9ac95bd084846fc35d6823c8b2000c56 to your computer and use it in GitHub Desktop.
Save vialyx/9ac95bd084846fc35d6823c8b2000c56 to your computer and use it in GitHub Desktop.
protocol HighlightAnimatable: class {
var settings: HighlightAnimatableSettings { get }
func lockAnimation()
func unlockAnimation()
func highlight(_ touched: Bool)
func highlight(_ touched: Bool, completion: ((Bool) -> Void)?)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment