@@ -18,10 +18,12 @@ #ifndef OF_HAVE_SOCKETS # error No sockets available! #endif +OF_ASSUME_NONNULL_BEGIN + @class OFHTTPRequest; @class OFHTTPResponse; /*! * @class OFHTTPRequestFailedException \ @@ -64,5 +66,7 @@ * @return A new HTTP request failed exception */ - initWithRequest: (OFHTTPRequest*)request response: (OFHTTPResponse*)response; @end + +OF_ASSUME_NONNULL_END