Is it possible to export (DUMP) a framework from some App and import in my own?

Hey guys,
I would like to know if is it possible to dump a framework with headers to use it in another application? I did dump a framework but I could not import it in another project because I realized there is no headers inside it. Is there some way to do it? Any ideas certainly will help me, thanks.

class-dump +RE.
Indeed possible

1 个赞

If it’s a dynamic library, it’s possible, you just need to rewrite the headers to pass compiler

1 个赞

That’s right! It is a dynamic lib, I am going to try, Thank you sirs!