Add dependency injection
This commit is contained in:
parent
151ed6d78b
commit
bf94769573
9 changed files with 140 additions and 51 deletions
10
ios/Native/Utils/DI/Resolver.swift
Normal file
10
ios/Native/Utils/DI/Resolver.swift
Normal file
|
@ -0,0 +1,10 @@
|
|||
//
|
||||
// Resolver.swift
|
||||
// Vitaway
|
||||
//
|
||||
// Created by Artur Gurgul on 20/06/2025.
|
||||
//
|
||||
|
||||
protocol Resolver {
|
||||
func resolve<T>() -> T
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue