Can I use CoreFoundation and Foundation methods in C++ in a iOS app

63 views Asked by At

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

0

There are 0 answers