Skip to content

Instantly share code, notes, and snippets.

@brunomunizaf
Created June 6, 2019 00:56
Show Gist options
  • Save brunomunizaf/d42b41cc3eca7c2c2d748766fe5df5a9 to your computer and use it in GitHub Desktop.
Save brunomunizaf/d42b41cc3eca7c2c2d748766fe5df5a9 to your computer and use it in GitHub Desktop.
enum State {
case initial
case final
}
protocol AnimatedTransition {
func imageView(for transition: TransitionDelegate) -> UIImageView?
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment