@@ -110,16 +110,17 @@ } /*! * The delegate of the HTTP request. */ -@property OF_NULLABLE_PROPERTY (assign) id delegate; +@property OF_NULLABLE_PROPERTY (nonatomic, assign) + id delegate; /*! * Whether redirects from HTTPS to HTTP will be allowed. */ -@property bool insecureRedirectsAllowed; +@property (nonatomic) bool insecureRedirectsAllowed; /*! * @brief Creates a new OFHTTPClient. * * @return A new, autoreleased OFHTTPClient