luxlabs header browser preview


@class AKPageController, NSMutableDictionary, AKMainEventHandler, UIScrollView, UIPointerInteraction, NSString;

@interface AKOverlayView : UIView <PKScribbleInteractionDelegate, PKScribbleInteractionElementSource, UIPointerInteractionDelegate>

@property (weak) AKPageController *pageController;
@property (weak) AKMainEventHandler *mainEventHandler;
@property BOOL isObserving;
@property BOOL deferWasMovedToSuperviewUntilMoveToWindow;
@property (retain) UIScrollView *observedScrollView;
@property BOOL scrollViewIsInLiveMagnify;
@property (retain, nonatomic) UIPointerInteraction *pointerInteraction;
@property (retain, nonatomic) NSMutableDictionary *pointerRegionToHandleViewDict;
@property BOOL isObservingEventHandling;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

+ (void)initialize;

- (void)willMoveToSuperview:(id)a0;
- (void)pointerInteraction:(id)a0 willExitRegion:(id)a1 animator:(id)a2;
- (void)cut:(id)a0;
- (void)layoutSublayersOfLayer:(id)a0;
- (void)pointerInteraction:(id)a0 willEnterRegion:(id)a1 animator:(id)a2;
- (void)dealloc;
- (void)_scrollViewDidEndDragging:(id)a0;
- (void)copy:(id)a0;
- (void)didMoveToSuperview;
- (BOOL)_scribbleInteraction:(id)a0 shouldBeginAtLocation:(struct CGPoint { double x0; double x1; })a1;
- (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })_scribbleInteraction:(id)a0 frameForElement:(id)a1;
- (id)keyCommands;
- (void)_scribbleInteraction:(id)a0 requestElementsInRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a1 completion:(id /* block */)a2;
- (void)_scrollViewDidEndDecelerating:(id)a0;
- (id)pointerInteraction:(id)a0 regionForRequest:(id)a1 defaultRegion:(id)a2;
- (void)_scribbleInteraction:(id)a0 focusElement:(id)a1 initialFocusSelectionReferencePoint:(struct CGPoint { double x0; double x1; })a2 completion:(id /* block */)a3;
- (void)observeValueForKeyPath:(id)a0 ofObject:(id)a1 change:(id)a2 context:(void *)a3;
- (BOOL)canBecomeFirstResponder;
- (void).cxx_destruct;
- (BOOL)_scribbleInteractionIsEnabled:(id)a0;
- (id)pointerInteraction:(id)a0 styleForRegion:(id)a1;
- (id)hitTest:(struct CGPoint { double x0; double x1; })a0 withEvent:(id)a1;
- (id)annotationController;
- (id)initWithPageController:(id)a0;
- (void)didMoveToWindow;
- (BOOL)canPerformAction:(SEL)a0 withSender:(id)a1;
- (void)paste:(id)a0;
- (void)delete:(id)a0;
- (void)duplicate:(id)a0;
- (struct UIEdgeInsets { double x0; double x1; double x2; double x3; })_scribbleInteraction:(id)a0 hitToleranceInsetsForElement:(id)a1 defaultInsets:(struct UIEdgeInsets { double x0; double x1; double x2; double x3; })a2;
- (void)_setupObservation;
- (void)updateLayers;
- (void)editTextAnnotation:(id)a0;
- (void)_addLiftOffHandleViewForRegion:(id)a0;
- (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })_findResizeHandleRectAtLocation:(struct CGPoint { double x0; double x1; })a0 withVisualStyle:(id *)a1;
- (BOOL)_hasResizeHandleAtLocation:(struct CGPoint { double x0; double x1; })a0;
- (BOOL)_isEditingTextBoxAnnotation;
- (id)_liftOffHandleViewForRegion:(id)a0;
- (id)_liftOffHandleViewInFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0 withPointStyle:(unsigned long long)a1;
- (void)_postScrollViewRectChangedNotification;
- (void)_postScrollViewScrollOrMagnifyEndNotification;
- (void)_removeAllLiftOffHandleViews;
- (void)_removeLiftOffHandleViewForRegion:(id)a0;
- (void)_scrollViewDidEndAnimation:(id)a0;
- (void)_scrollViewDidScrollToTop:(id)a0;
- (id)_singleSelectedAnnotation;
- (void)_startObservingAnnotationEventHandlers;
- (void)_stopObservingAnnotationEventHandlers;
- (void)_teardownObservation;
- (void)_updateLayersUsingScrollView;
- (void)_updateLayersUsingScrollViewWithForcedUpdate:(BOOL)a0;
- (void)_updateLayersUsingScrollViewWithForcedUpdate:(BOOL)a0 dismissSelectionMenu:(BOOL)a1;
- (void)_wasMovedToNewSuperview;
- (void)_willEndLiveMagnify:(id)a0;
- (void)_willRemoveFromOldSuperview;
- (void)_willStartLiveMagnify:(id)a0;

@end