@class UITextInteraction, NSString, UIView, UITextInputPasswordRules, PDFTextSearchAggregator, UITextRange, NSDictionary, NSMutableArray, UITextPosition, UITextHighlightView, UITextSearchingDimmingView; @protocol UITextInputDelegate, UITextInputTokenizer, NSCopying, NSObject, PDFTextInputDelegate; @interface PDFTextInputView : UIView <UITextInput, UIKeyInput, UITextInteractionDelegate, UITextSearching> { id<PDFTextInputDelegate> _delegate; UITextRange *_textSelectionRange; UITextInteraction *_textInteraction; id<UITextInputDelegate> _textInputDelegate; id<UITextInputTokenizer> _textInputTokenizer; BOOL _dimmingViewVisible; UITextHighlightView *_searchHighlightView; UITextSearchingDimmingView *_searchDimmingView; UITextRange *_highlightedTextRange; NSMutableArray *_foundTextRanges; PDFTextSearchAggregator *_activeSearch; } @property (copy) UITextRange *selectedTextRange; @property (readonly, nonatomic) UITextRange *markedTextRange; @property (copy, nonatomic) NSDictionary *markedTextStyle; @property (readonly, nonatomic) UITextPosition *beginningOfDocument; @property (readonly, nonatomic) UITextPosition *endOfDocument; @property (weak, nonatomic) id<UITextInputDelegate> inputDelegate; @property (readonly, nonatomic) id<UITextInputTokenizer> tokenizer; @property (readonly, nonatomic) UIView *textInputView; @property (nonatomic) long long selectionAffinity; @property (readonly, nonatomic) id insertDictationResultPlaceholder; @property (readonly, nonatomic) BOOL hasText; @property (nonatomic) long long autocapitalizationType; @property (nonatomic) long long autocorrectionType; @property (nonatomic) long long spellCheckingType; @property (nonatomic) long long smartQuotesType; @property (nonatomic) long long smartDashesType; @property (nonatomic) long long smartInsertDeleteType; @property (nonatomic) long long inlinePredictionType; @property (nonatomic) long long keyboardType; @property (nonatomic) long long keyboardAppearance; @property (nonatomic) long long returnKeyType; @property (nonatomic) BOOL enablesReturnKeyAutomatically; @property (nonatomic, getter=isSecureTextEntry) BOOL secureTextEntry; @property (copy, nonatomic) NSString *textContentType; @property (copy, nonatomic) UITextInputPasswordRules *passwordRules; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; @property (readonly, nonatomic) BOOL supportsTextReplacement; @property (readonly) id<NSObject, NSCopying> selectedTextSearchDocument; - (id)positionWithinRange:(id)a0 farthestInDirection:(long long)a1; - (id)closestPositionToPoint:(struct CGPoint { double x0; double x1; })a0 withinRange:(id)a1; - (id)characterRangeByExtendingPosition:(id)a0 inDirection:(long long)a1; - (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })firstRectForRange:(id)a0; - (id)closestPositionToPoint:(struct CGPoint { double x0; double x1; })a0; - (id)positionFromPosition:(id)a0 inDirection:(long long)a1 offset:(long long)a2; - (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })caretRectForPosition:(id)a0; - (long long)baseWritingDirectionForPosition:(id)a0 inDirection:(long long)a1; - (id)characterRangeAtPoint:(struct CGPoint { double x0; double x1; })a0; - (long long)offsetFromPosition:(id)a0 toPosition:(id)a1; - (id)selectionRectsForRange:(id)a0; - (void)unmarkText; - (void)replaceRange:(id)a0 withText:(id)a1; - (long long)comparePosition:(id)a0 toPosition:(id)a1; - (id)textRangeFromPosition:(id)a0 toPosition:(id)a1; - (id)textInRange:(id)a0; - (id)selection; - (void)setBaseWritingDirection:(long long)a0 forRange:(id)a1; - (id)positionFromPosition:(id)a0 offset:(long long)a1; - (long long)compareFoundRange:(id)a0 toRange:(id)a1 inDocument:(id)a2; - (BOOL)_allowAnimatedUpdateSelectionRectViews; - (void)setSelection:(id)a0; - (void)clearAllDecoratedFoundText; - (void)insertText:(id)a0; - (void)performTextSearchWithQueryString:(id)a0 usingOptions:(id)a1 resultAggregator:(id)a2; - (BOOL)canBecomeFirstResponder; - (void).cxx_destruct; - (void)deleteBackward; - (id)initWithDelegate:(id)a0; - (void)setMarkedText:(id)a0 selectedRange:(struct _NSRange { unsigned long long x0; unsigned long long x1; })a1; - (void)decorateFoundTextRange:(id)a0 inDocument:(id)a1 usingStyle:(long long)a2; - (void)layoutSubviews; - (void)setTokenizer:(id)a0; - (BOOL)interactionShouldBegin:(id)a0 atPoint:(struct CGPoint { double x0; double x1; })a1; - (void)_setDimmingViewVisible:(BOOL)a0; - (id)editMenuForTextRange:(id)a0 suggestedActions:(id)a1; - (id)_closestPositionToPoint:(struct CGPoint { double x0; double x1; })a0 withinRange:(id)a1; - (id)_selectionForTextRange:(id)a0; - (id)_targetedPreviewForRange:(id)a0; - (void)handleGesture:(unsigned long long)a0 state:(long long)a1 location:(struct CGPoint { double x0; double x1; })a2 locationOfFirstTouch:(struct CGPoint { double x0; double x1; })a3 isIndirectTouch:(BOOL)a4; - (id)linkRegionsConstrainedToLineAtPoint:(struct CGPoint { double x0; double x1; })a0; - (void)updateGestureRecognizerDependencies; - (void)updateTextSelectionGraphics; @end