Last active
September 12, 2023 20:38
-
-
Save mdb1/79dd89eee4bb56369816e3d180a4c6f5 to your computer and use it in GitHub Desktop.
Xcode Template - Mocks
This file contains hidden or 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
//___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