Skip to content

Instantly share code, notes, and snippets.

@OhhhThatVarun
Created March 16, 2021 11:12
Show Gist options
  • Save OhhhThatVarun/987b867c917fedffa6ac07cf8e5ae291 to your computer and use it in GitHub Desktop.
Save OhhhThatVarun/987b867c917fedffa6ac07cf8e5ae291 to your computer and use it in GitHub Desktop.
SwDinViewModel usage.
import SwDin
final class MyViewModel: SwDinViewModel {
// Called whenever this ViewModel will get attached to a ViewController
func onAttach() {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment