@@ -89,10 +89,12 @@ * * @param string The cookie string to parse * @return An array of cookies */ + (OFArray OF_GENERIC(OFHTTPCookie *) *)cookiesForString: (OFString *)string; + +- init OF_UNAVAILABLE; /*! * @brief Initializes an already allocated new cookie with the specified name * and value. *