MangaScreenConstants.kt 91 B

123456
  1. package eu.kanade.presentation.manga
  2. enum class EditCoverAction {
  3. EDIT,
  4. DELETE,
  5. }