public final class UITextDropPerformer
extends java.lang.Object
public static final long View
Note: `-textDroppableView:willPerformDrop:` will be called, if it is implemented, but it is not required.
public static final long Delegate
The delegate must implement `-textDroppableView:willPerformDrop:`, with custom code to start loading data. If it does not, then the text droppable view will handle the drop, as if `UITextDropPerformerView` was specified.