I am trying to add a Swift class to be called from my ObjC class. I cleaned my Derived Data and added:
@class MySwiftClass;
like I saw on this web