@class NSString, UITextInputTraits, PKTextInputElement, UIView, UIWKDocumentContext; @protocol UITextInput, UIWKInteractionViewProtocol; @interface PKTextInputElementContent : NSObject { PKTextInputElement *_element; UITextInputTraits *_textInputTraits; long long _dataLoadedState; id __textInput; id __webTextInput; NSString *__webComposedContextString; UIView *__webDocumentSourceView; UIWKDocumentContext *__webDocumentContext; UIWKDocumentContext *__webDocumentCurrentLineContext; } - (id)description; - (void).cxx_destruct; @end