/*
* This header is generated by classdump-dyld 1.0
* on Thursday, January 25, 2018 at 11:22:08 PM Eastern European Standard Time
* Operating System: Version 11.1.2 (Build 15B202)
* Image Source: /System/Library/Frameworks/UIKit.framework/UIKit
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos.
*/
@protocol _UITableViewDropControllerDelegate <NSObject>
@required-(id)_dropPreviewParametersForIndexPath:(id)arg1;
-(id)_deletePlaceholderForContext:(id)arg1;
-(id)_beginAnimatingDropOfCell:(id)arg1 isCanceling:(BOOL)arg2;
-(void)_endAnimatingDropOfCell:(id)arg1;
-(id)_activeSourceDragSession;
-(BOOL)_shouldAllowInternalDrop;
-(BOOL)_canHandleDropSession:(id)arg1;
-(void)_dropEntered:(id)arg1;
-(id)_targetIndexPathForDrop:(id)arg1;
-(long long)_dataOwnerForDropSession:(id)arg1 atIndexPath:(id)arg2;
-(id)_updatedDropProposalForIndexPath:(id)arg1 dropSession:(id)arg2 withDefaultProposal:(id)arg3;
-(void)_updateDropTargetAppearanceWithTargetIndexPath:(id)arg1 dropProposal:(id)arg2 dropSession:(id)arg3;
-(void)_removeDropTargetAndResetAppearance;
-(void)_dropExited:(id)arg1;
-(void)_dropEnded:(id)arg1;
-(void)_performDrop:(id)arg1 withDropCoordinator:(id)arg2 forceHandleAsReorder:(BOOL)arg3;
-(id)_insertPlaceholderAtIndexPath:(id)arg1 withContext:(id)arg2;
-(BOOL)_commitPlaceholderInsertionWithContext:(id)arg1 dataSourceUpdates:(/*^block*/id)arg2;
-(void)_beginAnimatingDropIntoCell:(id)arg1;
-(void)_endAnimatingDropIntoCell:(id)arg1;
@end