clean-swift-template
clean-swift-template copied to clipboard
Remove "import UIKit" from All files except the ViewController and Router
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.