Created
April 16, 2020 20:40
-
-
Save arkivanov/f425417396ab89af2d098c33577bf7f1 to your computer and use it in GitHub Desktop.
MviKmpKittenComponent1.kt
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
| 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