On Wed Jun 12 15:46:45 2024 +0000, Tim Clem wrote:
`__attribute__((NSObject))` is a pretty obscure feature. If you don't have a compelling reason for this to be a property, I'd probably just make it an ivar and handle the retain/release manually.
Yeah I wasn't sure, I'll change it, thanks!