luxlabs header browser preview


@class NSString;

@interface _UISearchControllerAnimator : NSObject <UIViewControllerAnimatedTransitioning>

@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (double)transitionDuration:(id)a0;
- (void)animateTransition:(id)a0;
- (void)didFocusSearchBarForController:(id)a0;
- (BOOL)collapesKeyboardWhenNotFocused;
- (void)didRelayoutSearchBarForController:(id)a0;
- (void)didUnfocusSearchBarForController:(id)a0;
- (void)willFocusOffscreenViewForController:(id)a0 withHeading:(unsigned long long)a1;

@end