Public methods like `NSArray.firstObject` return `ObjCObject`, but the doc comment for that class is just: ```dart /// Only for use by FFIgen bindings. ``` Clearly it's not actually only for internal use, so the comment should be updated to reflect that.