Clean-Swift / CleanStore

A sample iOS app built using the Clean Swift architecture. Clean Swift is Uncle Bob's Clean Architecture applied to iOS and Mac projects. CleanStore demonstrates Clean Swift by implementing the create order use case described by in Uncle Bob's talks.
https://clean-swift.com/clean-swift-ios-architecture/
MIT License
1.92k stars 316 forks source link

passing data from interactor to worker #20

Closed MaxToyberman closed 7 years ago

MaxToyberman commented 7 years ago

how do I pass data from the interactor to worker ?