Skip to content

Instantly share code, notes, and snippets.

@GuilhE
Created April 14, 2022 13:29
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 GuilhE/35820afa8b6ca4a0038e7ec5b4f877a1 to your computer and use it in GitHub Desktop.
Save GuilhE/35820afa8b6ca4a0038e7ec5b4f877a1 to your computer and use it in GitHub Desktop.
Medium articles - KMM with MVI+FSM
public extension TimerViewModel {
func asObservableObject() -> TimerViewModelObservableObject {
return TimerViewModelObservableObject(wrapped: self)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment