Skip to content

Instantly share code, notes, and snippets.

@MkhytarMkhoian
Created May 15, 2024 20:46
Show Gist options
  • Save MkhytarMkhoian/3f44bedead8a500448be514299730179 to your computer and use it in GitHub Desktop.
Save MkhytarMkhoian/3f44bedead8a500448be514299730179 to your computer and use it in GitHub Desktop.
data class UseCaseHolder(
private val usecase1: UseCase1,
private val usecase2: UseCase2,
private val usecase3: UseCase3,
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment