ToastUtils 工具类

This commit is contained in:
2025-10-09 20:47:34 +08:00
parent 989e5be041
commit bf6748a2fe
3 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
package com.taskttl.core.utils
expect object ToastUtils {
fun show(message: String)
}