I have a Swift project, and I successfully added some Objective C class files into this Swift project and able to use it in the project, using bridging header.
Now in these Objective C classes, I want to import a Swift class. How can I do this?
I've searched a lot but not found any answers for this yet. Most answered questions are about how to import Objective-C class into Swift project, or import Swift class into Objective-C project. But my case is different