CBLConflict
@interface CBLConflict : NSObjectConflict class, which includes the conflicted documents.
- 
                  
                  The document id of the conflicting document DeclarationObjective-C @property (nonatomic, readonly) NSString *_Nonnull documentID;
- 
                  
                  The document in the local database. If nil, document is deleted. DeclarationObjective-C @property (nonatomic, readonly, nullable) CBLDocument *localDocument;
- 
                  
                  The document replicated from the remote database. If nil, document is deleted. DeclarationObjective-C @property (nonatomic, readonly, nullable) CBLDocument *remoteDocument;
- 
                  
                  Not available DeclarationObjective-C - (nonnull instancetype)init;
 CBLConflict Class Reference
        CBLConflict Class Reference