@@ -61,9 +61,9 @@ * @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: (void *)pointer - object: (id)object; + object: (id)object OF_DESIGNATED_INITIALIZER; @end OF_ASSUME_NONNULL_END