@@ -564,10 +564,17 @@ * * @return The allocated object */ + (instancetype)alloc; +/*! + * @brief Calls @ref alloc on `self` and then `init` on the returned object. + * + * @return An allocated and initialized object + */ ++ (instancetype)new; + /*! * @brief Returns the class. * * @return The class */