@@ -129,11 +129,11 @@ @interface OFHTTPClient: OFObject { #ifdef OF_HTTPCLIENT_M @public #endif - id _delegate; + OFObject *_delegate; bool _insecureRedirectsAllowed, _inProgress; OFTCPSocket *_socket; OFURL *_lastURL; bool _lastWasHEAD; OFHTTPResponse *_lastResponse; @@ -141,11 +141,11 @@ /*! * The delegate of the HTTP request. */ @property OF_NULLABLE_PROPERTY (assign, nonatomic) - id delegate; + OFObject *delegate; /*! * Whether redirects from HTTPS to HTTP will be allowed. */ @property (nonatomic) bool insecureRedirectsAllowed;