I try to integrate Swift code in my app.My app is written in Objective-C and I added a Swift class. I\'ve done everything described he
I didnt have to change any settings in the build or add @obj to the class.
All I had to do was to create bridge-header which was automatically created when I created Swift classes into Objective-c project. And then I just had to do