KBAFetchedResultsObserverChange
@protocol KBAFetchedResultsObserverChange <NSObject>Protocol describing a change object.
- 
                  
                  The managed object that was changed. DeclarationObjective-C @required @property (nonatomic, readonly) __kindof NSManagedObject *_Nonnull changeObject;
- 
                  
                  The type of change. DeclarationObjective-C @required @property (nonatomic, readonly) NSFetchedResultsChangeType changeType;
- 
                  
                  The index path of the changed object. Will be nil for deletes. DeclarationObjective-C @required @property (nonatomic, readonly, nullable) NSIndexPath *changeIndexPath;
- 
                  
                  The new index path for the changed object. Will be non-nil only for moves. DeclarationObjective-C @required @property (nonatomic, readonly, nullable) NSIndexPath *changeNewIndexPath;
 KBAFetchedResultsObserverChange Protocol Reference
      KBAFetchedResultsObserverChange Protocol Reference