@@ -118,11 +118,11 @@ /** * \brief Creates a new introspection for the specified class. * * \return A new, autoreleased introspection for the specified class */ -+ introspectionWithClass: (Class)class_; ++ (instancetype)introspectionWithClass: (Class)class_; /** * \brief Initializes an already allocated OFIntrospection with the specified * class. *