5 lines
76 B
Kotlin
5 lines
76 B
Kotlin
package com.gh.common.util
|
|
|
|
interface EmptyCallback {
|
|
fun onCallback()
|
|
} |