I'm building an iOS app which half of it is in C++ and half in Swift.
I wonder if I can import and call methods from CoreFoundation and Foundation in the C++ part of the app without having to call to the Objective-C and Swift part of the app.
Thanks