Hi,
currently I try to wrap a framework, but I have a problem:
I have two interfaces in my header file which are dependent from each other (see attached picture), how can I solve this issue?
My idea was to don't use the object Test2* in interface Test1, but a NSObject*, so I can compile the library without errors. And before I generate the XML I change it again to Test2*. But there must be another solution, or?
Jan
currently I try to wrap a framework, but I have a problem:
I have two interfaces in my header file which are dependent from each other (see attached picture), how can I solve this issue?
My idea was to don't use the object Test2* in interface Test1, but a NSObject*, so I can compile the library without errors. And before I generate the XML I change it again to Test2*. But there must be another solution, or?
Jan