in Sources/TwitterTextEditor/TextView.swift [36:45]
func textView(_ textView: TextView,
didChangeBaseWritingDirection writingDirection: NSWritingDirection,
forRange range: UITextRange)
}
/**
A delegate for handling pasting and dropping that extends `UITextPasteDelegate` for `TextView`.
*/
@objc
protocol TextViewTextPasteDelegate: UITextPasteDelegate {