I’m developing my with swift, Now few of my older files are written in objective-c. So I create bridge for class communication.
One of my delegate class is written in objective-c, Now I want to know which is the current class which invokes my delegate.
I’m trying with isKindOfCalss, its its fire an error like identifies is not found. Once I import swift file error changes to forward declaration.
Any suggestions what should I do for such need?
Also Import is not working in my case, Please see attached images.