You can call ObjC functions from cpp when you declare them as external (e.g. external void objC_function(void);) in your cpp file. In your .mm ...
確定! 回上一頁