Skip to content

Instantly share code, notes, and snippets.

@nongdenchet
Last active November 25, 2019 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nongdenchet/5135aea1d54a17bc3526b8270e177de8 to your computer and use it in GitHub Desktop.
Save nongdenchet/5135aea1d54a17bc3526b8270e177de8 to your computer and use it in GitHub Desktop.
RemyndDetailsDependency
interface RemyndDetailsDependency {
fun remyndDao(): RemyndDao
fun resourceProvider(): ResourcesProvider
fun alarmScheduler(): AlarmScheduler
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment