@@ -46,9 +46,10 @@ * @brief Initializes an already allocated no memory exception. * * @param requestedSize The size of the memory that could not be allocated * @return An initialized no memory exception */ -- initWithRequestedSize: (size_t)requestedSize OF_DESIGNATED_INITIALIZER; +- (instancetype)initWithRequestedSize: (size_t)requestedSize + OF_DESIGNATED_INITIALIZER; @end OF_ASSUME_NONNULL_END