Skip to content

Instantly share code, notes, and snippets.

@0xZhangKe
Created December 3, 2023 02:45
Show Gist options
  • Select an option

  • Save 0xZhangKe/af88c6788a2288e1aec42848c6faa940 to your computer and use it in GitHub Desktop.

Select an option

Save 0xZhangKe/af88c6788a2288e1aec42848c6faa940 to your computer and use it in GitHub Desktop.
usecase-sample.kt
class DoSomethingUseCase {
operator fun invoke(xxx: Foo): Bar {
// ...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment