diff --git a/Source/API/CBLAttachment.m b/Source/API/CBLAttachment.m index 9a7043b25..0fd1a8594 100644 --- a/Source/API/CBLAttachment.m +++ b/Source/API/CBLAttachment.m @@ -72,7 +72,7 @@ - (instancetype) _initWithContentType: (NSString*)contentType } -@synthesize revision=_rev, name=_name, body = _body, metadata=_metadata; +@synthesize revision=_rev, name=_name, metadata=_metadata; - (NSString *)description diff --git a/Source/API/CouchbaseLitePrivate.h b/Source/API/CouchbaseLitePrivate.h index 6e0b6843e..859402992 100644 --- a/Source/API/CouchbaseLitePrivate.h +++ b/Source/API/CouchbaseLitePrivate.h @@ -116,7 +116,6 @@ intoDatabase: (CBLDatabase*)database __attribute__((nonnull(2))); @property (readwrite, copy) NSString* name; @property (readwrite, retain) CBLRevision* revision; -@property (readonly) id body; @end