Files
Dan Balasescu 7249d66349 Use returned value from init instead of alloc
See: https://developer.apple.com/documentation/objectivec/nsobject/1418641-init

> In some cases, a custom implementation of the `init()` method might
return a substitute object. You must therefore always use the object
returned by `init()`, and not the one returned by `alloc` or
`allocWithZone:`, in subsequent code.
2025-02-18 17:50:19 +09:00
..
2024-12-28 15:55:34 -05:00