I created one swift project on Xcode 9
using Swift 4
. And and some objective c .h and .m files in my swift project by creating.h bridge file.
I am able to call objective c function from swift class but now i want to call swift function from objective c .h and .m file.
But i am not able to call swift function from objective c function
So what are the steps about that?