Skip to content

Instantly share code, notes, and snippets.

@andretietz
Created June 17, 2020 05:21
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 andretietz/fbee7520b87de77a6c0eb300a5138f3a to your computer and use it in GitHub Desktop.
Save andretietz/fbee7520b87de77a6c0eb300a5138f3a to your computer and use it in GitHub Desktop.
class SomeInitializer : Initializer<SomeContent> {
override fun create(context: Context): SomeContent {
// do some things to provide
return SomeContent(context)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment