@@ -46,21 +46,21 @@ @property (nonatomic, copy) OFString *value; /*! * The date when the cookie expires. */ -@property (nonatomic, copy) OFDate *expires; +@property OF_NULLABLE_PROPERTY (nonatomic, copy) OFDate *expires; /*! * The domain for the cookie. */ -@property (nonatomic, copy) OFString *domain; +@property OF_NULLABLE_PROPERTY (nonatomic, copy) OFString *domain; /*! * The path for the cookie. */ -@property (nonatomic, copy) OFString *path; +@property OF_NULLABLE_PROPERTY (nonatomic, copy) OFString *path; /*! * Whether the cookie is only to be used with HTTPS. */ @property (nonatomic, getter=isSecure) bool secure;