sergdort / CleanArchitectureRxSwift

Example of Clean Architecture of iOS app using RxSwift
MIT License
3.91k stars 494 forks source link

Rename type to use more general Domain type #36

Closed cpwhidden closed 6 years ago

cpwhidden commented 6 years ago

All of the use case providers in Application should have the more general requirement of conforming to Domain.UseCaseProvider rather than be a specific concrete type.