DSTextFieldDelegate

@objc
public protocol DSTextFieldDelegate : UITextViewDelegate

Represents a delegate that is notified of when text has changed for a DSTextField. Extends UITextViewDelegate so all of those methods can be defined as well.