luxlabs header browser preview


@class UISearchTextField, NSString, SearchUIResultsCollectionViewController, NSArray, SearchUIBackgroundView, UIResponder, UIView;
@protocol SFFeedbackListener, SearchUICommandDelegate, SearchUIResultsViewDelegate;

@interface SearchUIResultsViewController : UIViewController <UIGestureRecognizerDelegate, SearchUIKeyboardableTableViewDelegate, SearchUISizingDelegate, SearchUIViewTesting, SearchUICollectionViewRestorationProtocol>

@property (retain, nonatomic) SearchUIBackgroundView *view;
@property (retain, nonatomic) SearchUIResultsCollectionViewController *resultsTableViewController;
@property (retain, nonatomic) NSString *previousSearchString;
@property (weak, nonatomic) id<SearchUIResultsViewDelegate> delegate;
@property (nonatomic) BOOL shouldHideResultsUnderKeyboard;
@property (nonatomic) BOOL shouldMonitorScrollingPastBottomOfContent;
@property (readonly, nonatomic) double distanceToTopOfAppIcons;
@property (readonly, nonatomic) struct CGSize { double x0; double x1; } contentSize;
@property (readonly, nonatomic) UIResponder *responderForKeyboardInput;
@property (retain, nonatomic) UIView *footerView;
@property (nonatomic) BOOL showsVerticalScrollIndicator;
@property (nonatomic) double additionalKeyboardHeight;
@property (retain) Class restorationContextClass;
@property (nonatomic) BOOL shouldUseInsetRoundedSections;
@property (nonatomic) BOOL shouldUseStandardSectionInsets;
@property (nonatomic) BOOL immediatelyShowCardForSingleResult;
@property (retain, nonatomic) UISearchTextField *searchField;
@property (retain, nonatomic) NSString *queryString;
@property (retain, nonatomic) NSArray *sections;
@property (weak, nonatomic) id<SFFeedbackListener> feedbackListener;
@property (weak, nonatomic) id<SearchUICommandDelegate> commandDelegate;
@property (nonatomic) unsigned long long style;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;
@property (copy, nonatomic) id /* block */ viewWillUpdateHandler;
@property (copy, nonatomic) id /* block */ viewDidUpdateHandler;

- (void)tapAtIndexPath:(id)a0;
- (void)iterateIndexPaths:(id /* block */)a0;
- (void)purgeMemory;
- (void)toggleShowMoreForSection:(unsigned long long)a0;
- (void)viewDidLayoutSubviews;
- (void)setRestorationContext:(id)a0;
- (void)scrollAndSelectLastSelectedIndexPath;
- (void)replaceResult:(id)a0 withResult:(id)a1;
- (id)contentScrollView;
- (void)restoreResultsIfNeeded;
- (BOOL)gestureRecognizerShouldBegin:(id)a0;
- (void)updateWithResultSections:(id)a0;
- (void)willDismiss;
- (void)highlightResult:(id)a0;
- (void)didScrollPastBottomOfContent;
- (void)didPresentToResumeSearch:(BOOL)a0;
- (id)initWithNibName:(id)a0 bundle:(id)a1;
- (void)performRecapScrollTestWithTestName:(id)a0 completion:(id /* block */)a1;
- (id)restorationContext;
- (void)performScrollTestWithHandlerForFirstScrollCompletion:(id /* block */)a0 completion:(id /* block */)a1;
- (BOOL)_canShowWhileLocked;
- (long long)numberOfSections;
- (void)didUpdateKeyboardFocusToResult:(id)a0 cardSection:(id)a1;
- (void).cxx_destruct;
- (void)performScrollTestWithCompletion:(id /* block */)a0;
- (void)viewDidDisappear:(BOOL)a0;
- (BOOL)gestureRecognizer:(id)a0 shouldRecognizeSimultaneouslyWithGestureRecognizer:(id)a1;
- (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })scrollToIndexPath:(id)a0;
- (void)didTap;
- (void)didFocusOnCell:(id)a0;
- (double)contentHeightForWidth:(double)a0 maxHeight:(double)a1;
- (void)contentSizeDidChange:(struct CGSize { double x0; double x1; })a0 animated:(BOOL)a1;
- (void)didBeginScrolling;
- (void)performReturnKeyPressAction;
- (void)updateWithResultSections:(id)a0 resetScrollPoint:(BOOL)a1;
- (void)updateWithResultSections:(id)a0 resetScrollPoint:(BOOL)a1 animated:(BOOL)a2;

@end