@@ -51,19 +51,19 @@ * @return A new, autoreleased memory not part of object exception */ + (instancetype)exceptionWithPointer: (nullable void *)pointer object: (id)object; -- init OF_UNAVAILABLE; +- (instancetype)init OF_UNAVAILABLE; /*! * @brief Initializes an already allocated memory not part of object exception. * * @param pointer A pointer to the memory that is not part of the object * @param object The object which the memory is not part of * @return An initialized memory not part of object exception */ -- initWithPointer: (nullable void *)pointer - object: (id)object OF_DESIGNATED_INITIALIZER; +- (instancetype)initWithPointer: (nullable void *)pointer + object: (id)object OF_DESIGNATED_INITIALIZER; @end OF_ASSUME_NONNULL_END