Created
February 20, 2023 22:52
-
-
Save eliakorkmaz/5c1756f456a9a706645983b51302c8a5 to your computer and use it in GitHub Desktop.
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
private let worker = ProfileViewModelWorker() | |
private var viewModel: ProfileViewModel! | |
override func viewDidLoad() { | |
super.viewDidLoad() | |
profileViewModel = ProfileViewModel(viewModelWorkable: worker) | |
profileViewModel.fetchAndTag() | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment