7 lines
91 B
Kotlin
Raw Normal View History

package eu.kanade.presentation.manga
enum class EditCoverAction {
EDIT,
DELETE,
}