Skip to content

Instantly share code, notes, and snippets.

@mdb1
Last active September 12, 2023 20:38
Show Gist options
  • Save mdb1/79dd89eee4bb56369816e3d180a4c6f5 to your computer and use it in GitHub Desktop.
Save mdb1/79dd89eee4bb56369816e3d180a4c6f5 to your computer and use it in GitHub Desktop.
Xcode Template - Mocks
//___FILEHEADER___
import Foundation
extension ___VARIABLE_ViewName___.ViewModel.Dependencies {
static var mock: Self {
.init {
// TODO: Replace me
return
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment