Last active
November 17, 2018 12:02
-
-
Save YashishDua/f38c1a1b9d76e4a1e84c5137f2c54f77 to your computer and use it in GitHub Desktop.
This file contains 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 MainActivity : AppCompatActivity(), FragmentListener { | |
// ... | |
override fun handleOnClick() { | |
// Action to implement | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment