DependencyInjectable

protocol DependencyInjectable

Base DI protocol.

Sample Usage:

```
extension SampleImagesDataSourceDelegate: DependencyInjectable {
     // MARK: - 🔌Dependencies injection
     func inject(imagesDataSource: ImagesDataSource) {
     }
}
``` 

*

  • Undocumented

    Declaration

    Swift

    protocol DependencyInjectable