xcode - how to use ".mm .cpp" files with Objective c project? -
i have downloaded static library example1, collection of files written .mm , .cpp extensions .
my own static library example2 written in objective c , has .m file extensions.
how can call example1 library example2 library?
i have read thing using header bridge, not know should exactly? there way use both libraries without header bridge? can 1 show me how example1 , example2?
Comments
Post a Comment