Skip to content

Instantly share code, notes, and snippets.

@IsaAliev
Last active October 17, 2020 08:30
Show Gist options
  • Save IsaAliev/ff74de538a0794c37425160b115e3ad1 to your computer and use it in GitHub Desktop.
Save IsaAliev/ff74de538a0794c37425160b115e3ad1 to your computer and use it in GitHub Desktop.
protocol ViewModel {
func setup()
}
extension ViewModel {
func setup() {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment