@@ -51,19 +51,19 @@ * @return A new, autoreleased not implemented exception */ + (instancetype)exceptionWithSelector: (SEL)selector object: (id)object; -- init OF_UNAVAILABLE; +- (instancetype)init OF_UNAVAILABLE; /*! * @brief Initializes an already allocated not implemented exception. * * @param selector The selector which is not or not fully implemented * @param object The object which does not (fully) implement the selector * @return An initialized not implemented exception */ -- initWithSelector: (SEL)selector - object: (id)object OF_DESIGNATED_INITIALIZER; +- (instancetype)initWithSelector: (SEL)selector + object: (id)object OF_DESIGNATED_INITIALIZER; @end OF_ASSUME_NONNULL_END