Hi. I have a C-API which I've imported using a bridging header. My C-API looks something like this: // C-header typedef struct Person { char name[50]; char ...
確定! 回上一頁