CBLConflict
@interface CBLConflict : NSObject
CBLConflict provides details about a conflict.
-
Mine version of the document.
Declaration
Objective-C
@property (readonly, nonatomic) CBLDocument *_Nonnull mine; -
Theirs version of the document.
Declaration
Objective-C
@property (readonly, nonatomic) CBLDocument *_Nonnull theirs; -
Base or common anchester version of the document.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) CBLDocument *base; -
Not available
Declaration
Objective-C
- (nonnull instancetype)init;
CBLConflict Class Reference