objc2 icon indicating copy to clipboard operation
objc2 copied to clipboard

Fix feature flags for externally defined classes

Open madsmtm opened this issue 1 year ago • 0 comments

In https://github.com/madsmtm/icrate-generated/commit/fe934af15ee6bed27b6cf72d3c40cf22ffbc18db, I noticed that some feature-flags were not correctly identified, it seems that forward declarations like @class MyClass is picked up as the definition of the class instead, and we take the framework name from that.

madsmtm avatar Jan 27 '23 19:01 madsmtm