Created
June 15, 2020 02:48
-
-
Save yuriyskulskiy/f28ca3186f40601ce4a27a30122c4eeb to your computer and use it in GitHub Desktop.
Interface with default function
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
interface Clickable { | |
fun getLongClickPeriod(): Int { | |
return 1000; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment