@@ -101,16 +101,17 @@ @property OF_NULLABLE_PROPERTY (nonatomic, copy) OFString *host; /*! * The port on which the HTTP server will listen. */ -@property uint16_t port; +@property (nonatomic) uint16_t port; /*! * The delegate for the HTTP server. */ -@property OF_NULLABLE_PROPERTY (assign) id delegate; +@property OF_NULLABLE_PROPERTY (nonatomic, assign) + id delegate; /*! * The server name the server presents to clients. * * Setting it to `nil` means no `Server` header will be sent, unless one is