DEV Community

knsdevkim
knsdevkim

Posted on

How to make interactor in swift

1

I'm kinda stuck right now with this scenario I want my 2 class to interact with each other. but on my case only 1 class can interact to the other class.

sample :

request >> << factory/middleware >> << controller

but on my case this is what happening:

request <<

Top comments (0)