@@ -56,11 +56,11 @@ /** * @brief Returns the handler for the specified URL. * * @return The handler for the specified URL. */ -+ (nullable OF_KINDOF(OFURLHandler *))handlerForURL: (OFURL *)URL; ++ (OF_KINDOF(OFURLHandler *))handlerForURL: (OFURL *)URL; - (instancetype)init OF_UNAVAILABLE; /** * @brief Initializes the handler for the specified scheme.