Skip to content

satishbabariya/SwiftDI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SwiftDI

SwiftDI is a dependency injection tool for Swift. With it you can build well-structured and easily testable applications for iOS

class ExampleInjectedService: Injectable {
    var text: String = "Hello, World!"
}

class ExampleService {
    @Inject
    var injectedService: ExampleInjectedService
    
    @InjectSingleton
    var singleInstance: ExampleService
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages