Created
March 16, 2021 11:12
-
-
Save OhhhThatVarun/987b867c917fedffa6ac07cf8e5ae291 to your computer and use it in GitHub Desktop.
SwDinViewModel usage.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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