mirror of
https://github.com/SK-la/osu-framework.git
synced 2026-03-15 03:20:30 +00:00
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.