fix: fix compile error

This commit is contained in:
13574
2023-09-09 23:45:13 +08:00
parent 0b790ee8e5
commit f0878b4c28

View File

@@ -1,10 +0,0 @@
package com.lifegpc.ehf.data.litepal
import org.litepal.crud.LitePalSupport
class ClipboardImageItem(
val uuid:String,
val mimeType:String
):LitePalSupport() {
val id:Long=0
}