Skip to content

Instantly share code, notes, and snippets.

@arkivanov
Created April 16, 2020 20:40
Show Gist options
  • Select an option

  • Save arkivanov/f425417396ab89af2d098c33577bf7f1 to your computer and use it in GitHub Desktop.

Select an option

Save arkivanov/f425417396ab89af2d098c33577bf7f1 to your computer and use it in GitHub Desktop.
MviKmpKittenComponent1.kt
class KittenComponent {
fun onViewCreated(view: KittenView) {
}
fun onStart() {
}
fun onStop() {
}
fun onViewDestroyed() {
}
fun onDestroy() {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment