clean-swift-template icon indicating copy to clipboard operation
clean-swift-template copied to clipboard

Remove "import UIKit" from All files except the ViewController and Router

Open fhasni opened this issue 4 years ago • 0 comments

I have an additional tip, only the ViewController and Router can depend on the UIKit, Other components (Interactors, Presenters, Models, and workers) should be platform-independent.

fhasni avatar Sep 24 '20 00:09 fhasni