Skip to content

Instantly share code, notes, and snippets.

@VovaStelmashchuk
Created September 12, 2019 17:14
Show Gist options
  • Save VovaStelmashchuk/e531b4a9e8d7f0cc44d97bf446641d61 to your computer and use it in GitHub Desktop.
Save VovaStelmashchuk/e531b4a9e8d7f0cc44d97bf446641d61 to your computer and use it in GitHub Desktop.
interface SomeViewInterface : MvpView {
...
@StateStrategyType(AddToEndStrategy::class)
fun startSomeAnimation()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment