@@ -108,11 +108,11 @@ bool _lastWasHEAD; OFHTTPResponse *_lastResponse; } #ifdef OF_HAVE_PROPERTIES -@property (assign, nullable) id delegate; +@property OF_NULLABLE_PROPERTY (assign) id delegate; @property bool insecureRedirectsAllowed; #endif /*! * @brief Creates a new OFHTTPClient.