I\'m successfully calling my Swift classes from Objective C (for target \'MyApp\') via the import statement:
#import \"MyApp-Swift.h\"
I\'v
I put the appropriate #import -Swift.h statement in a prefix header file (-Prefix.pch) defined/added for each build (target/scheme).