@class NSTimer, NSString, NSArray, UIToolbar, UITextField, _SFFindOnPageInputBar, UIBarButtonItem, UILabel; @protocol _SFFindOnPageToolbarDelegate; @interface _SFFindOnPageToolbar : UIInputView { UIToolbar *_toolbar; UIBarButtonItem *_previousButtonItem; UIBarButtonItem *_nextButtonItem; _SFFindOnPageInputBar *_inputBar; UIBarButtonItem *_doneBarButtonItem; NSArray *_toolbarItems; id<_SFFindOnPageToolbarDelegate> _findDelegate; NSTimer *_textChangedUpdateTimer; UILabel *_inFieldMatchLabel; BOOL _editing; BOOL _useBottomInset; } @property (readonly, nonatomic) UITextField *inputField; @property (copy, nonatomic) NSString *searchText; @property (nonatomic) BOOL usesNarrowLayout; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)_keyboardWillChangeFrame:(id)a0; - (BOOL)searchBarShouldBeginEditing:(id)a0; - (void)searchBar:(id)a0 textDidChange:(id)a1; - (struct CGSize { double x0; double x1; })intrinsicContentSize; - (void)searchBarTextDidEndEditing:(id)a0; - (struct CGSize { double x0; double x1; })leftContentViewSize; - (void)next:(id)a0; - (void)searchBarTextDidBeginEditing:(id)a0; - (void).cxx_destruct; - (void)searchBarSearchButtonClicked:(id)a0; - (void)safeAreaInsetsDidChange; - (id)initWithDelegate:(id)a0; - (void)layoutSubviews; - (struct CGSize { double x0; double x1; })rightContentViewSize; - (void)_done; - (void)dismiss:(id)a0; - (void)updateUI; - (void)previous:(id)a0; - (id)_matchLabelText; - (BOOL)_updateEditing:(BOOL)a0; - (double)_accessoryViewHeight; - (void)_doUpdateSearchText; - (void)_initializeToolbarItems; - (BOOL)_keyboardIsSplit; - (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })_toolbarFrame; - (double)_toolbarVerticalInset; @end