Update TribuFu.kt

This commit is contained in:
GuilhermeWerner 2021-05-05 09:26:37 -03:00
parent 3b8947fffa
commit 1b018a2572

View file

@ -6,7 +6,7 @@ class TribuFu {
/**
* A native method that is implemented by the 'TribuFu' native library.
*/
// external fun Hello(): Int
external fun Hello(input: String): String
// Used to load the 'TribuFu' library on application startup.
fun LoadLibrary() {