Skip to content

Instantly share code, notes, and snippets.

@arkivanov
Created June 9, 2020 12:56
Show Gist options
  • Select an option

  • Save arkivanov/56ea56cc0aa048310cdcdf462e55b578 to your computer and use it in GitHub Desktop.

Select an option

Save arkivanov/56ea56cc0aa048310cdcdf462e55b578 to your computer and use it in GitHub Desktop.
private class ComponentHolder {
let component = KittenComponent()
deinit {
component.onDestroy()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment