Terry
Results
1
issues of
Terry
比如定义了一个结构体: typedef struct _void { NSString *(*getInfoDescription)(); } LBAManager; 然后使用: LBAManager* manager = ....; NSString* infoDescription = manager->getInfoDescription(); NSLog(infoDescription); 看了[C 函数调用](https://github.com/bang590/JSPatch/wiki/C-函数调用)的介绍,但貌似只能调用一些全局的C函数