@@ -44,11 +44,11 @@ @property (nonatomic, copy) OFString *host; /*! * The port part of the URL. */ -@property uint16_t port; +@property (nonatomic) uint16_t port; /*! * The user part of the URL. */ @property OF_NULLABLE_PROPERTY (nonatomic, copy) OFString *user;