You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is test example to test warping C++ class to be used in pure Objective-C code.
Define a C++ class, and warp this class as an ivar in the Objective-C interface.
So that the Objective-C code could call the C++ function through warpper.
About
This is test example to test warping C++ class to be used in pure Objective-C code.