Created
December 7, 2018 17:57
-
-
Save vialyx/9ac95bd084846fc35d6823c8b2000c56 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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