mihon/app/src/main/java/eu/kanade/presentation/manga/MangaScreenConstants.kt

7 lines
91 B
Kotlin
Raw Normal View History

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