Created
April 9, 2025 06:32
-
-
Save jacobsapps/c2c76b58504894403caf0634aee4dbdd to your computer and use it in GitHub Desktop.
Contacts Service 1
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
final class ContactsService { | |
let userAPI = UserAPI() | |
func fetchUser() async throws { | |
try await userAPI.fetchAllUsersInContacts() | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment