7 lines
102 B
Kotlin
7 lines
102 B
Kotlin
package controller
|
|
|
|
class MeController {
|
|
fun getMe() {
|
|
TODO("Not yet implemented")
|
|
}
|
|
} |