mirror of
https://github.com/mihonapp/mihon.git
synced 2024-10-31 21:20:59 -04:00
7 lines
91 B
Kotlin
7 lines
91 B
Kotlin
|
package eu.kanade.presentation.manga
|
||
|
|
||
|
enum class EditCoverAction {
|
||
|
EDIT,
|
||
|
DELETE,
|
||
|
}
|