luxlabs header browser preview


@class NSString, PDFPageViewPrivate;

@interface PDFPageView : UIView <UITextViewDelegate, PDFPageLayerInterface> {
    PDFPageViewPrivate *_private;
}

@property (getter=isOverlayViewInstalled) BOOL overlayViewInstalled;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (void)willMoveToSuperview:(id)a0;
- (id)backgroundImage;
- (void)_updateBackgroundColor;
- (long long)numberOfSectionsInTableView:(id)a0;
- (id)page;
- (id)tableView:(id)a0 cellForRowAtIndexPath:(id)a1;
- (void)dealloc;
- (long long)tableView:(id)a0 numberOfRowsInSection:(long long)a1;
- (void)addAnnotation:(id)a0;
- (void)tableView:(id)a0 didSelectRowAtIndexPath:(id)a1;
- (void)removeAnnotation:(id)a0;
- (void)setFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0;
- (void)setHidden:(BOOL)a0;
- (BOOL)isVisible;
- (void).cxx_destruct;
- (id)hitTest:(struct CGPoint { double x0; double x1; })a0 withEvent:(id)a1;
- (void)clearTiles;
- (long long)numberOfComponentsInPickerView:(id)a0;
- (void)pickerView:(id)a0 didSelectRow:(long long)a1 inComponent:(long long)a2;
- (long long)pickerView:(id)a0 numberOfRowsInComponent:(long long)a1;
- (id)pickerView:(id)a0 viewForRow:(long long)a1 forComponent:(long long)a2 reusingView:(id)a3;
- (BOOL)hasBackgroundImage;
- (void)_updateWidgetControl:(id)a0 forBounds:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a1;
- (void)forceTileUpdate;
- (void)_addPDFAnnotationChoiceWidget:(id)a0;
- (void)_addPDFAnnotationTextWidget:(id)a0;
- (void)addMarkupWithStyle:(unsigned long long)a0 forIndexSet:(id)a1;
- (void)_addPDFAnnotation:(id)a0;
- (void)_addPDFAnnotationStampSignature:(id)a0;
- (BOOL)_allowsFormFieldEntry;
- (void)_choiceWidgetDone;
- (void)_didRotatePageNotification:(id)a0;
- (void)_formChanged:(id)a0;
- (void)_rotateActiveAnnotation;
- (struct CGAffineTransform { double x0; double x1; double x2; double x3; double x4; double x5; })_rotationTransformForPageView;
- (void)_setAttributedStringForAnnotation:(id)a0 stringValue:(id)a1 textView:(id)a2;
- (void)_setupBookmarkLayer;
- (void)_setuppageAnnotationEffects;
- (BOOL)_shouldReplaceStringOnAnnotation:(id)a0 withTextView:(id)a1;
- (void)_updateAnnotationVisibility:(id)a0;
- (id)activeAnnotation;
- (void)addBookmark;
- (void)addControlForAnnotation:(id)a0;
- (void)addPageLayerEffect:(id)a0;
- (void)addSearchSelection:(id)a0;
- (void)applyTileLayoutScale:(double)a0;
- (int)backgroundImageQuality;
- (void)colorWidgetBackgrounds:(BOOL)a0;
- (struct CGPoint { double x0; double x1; })convertPointToPageView:(struct CGPoint { double x0; double x1; })a0;
- (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })convertRectToPageView:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0;
- (long long)displayBox;
- (void)enableHighlightDetectedFormFields:(BOOL)a0;
- (BOOL)enablesTileUpdates;
- (id)geometryInterface;
- (void)hideTileLayer:(BOOL)a0;
- (id)initWithPage:(id)a0 geometryInterface:(id)a1 andRenderingProperties:(id)a2;
- (struct CGAffineTransform { double x0; double x1; double x2; double x3; double x4; double x5; })layerEffectTransform;
- (id)markupAnnotationsForIndexSet:(id)a0;
- (id)pageLayer;
- (id)pageLayerEffectForID:(id)a0;
- (void)populateFormFieldsWithAutoFillSuggestion:(id)a0 completionHandler:(id /* block */)a1;
- (void)previewRotatePage:(double)a0;
- (void)removeBookmark;
- (void)removeControlForAnnotation:(id)a0;
- (void)removePageLayerEffectForID:(id)a0;
- (id)renderingProperties;
- (void)restoreOriginalTileLayout;
- (void)saveOriginalTileLayout;
- (void)scalePageLayerEffects:(double)a0;
- (void)setBackgroundImage:(id)a0 atBackgroundQuality:(int)a1;
- (void)setEnableTileUpdates:(BOOL)a0;
- (void)setNeedsTilesUpdate;
- (void)setSearchSelections:(id)a0;
- (void)setState:(long long)a0 onButtonWidgetAnnotation:(id)a1;
- (void)setStringValue:(id)a0 onChoiceWidgetAnnotation:(id)a1 withTableView:(id)a2;
- (void)setStringValue:(id)a0 onChoiceWidgetAnnotation:(id)a1 withTextField:(id)a2;
- (void)setStringValue:(id)a0 onTextAnnotation:(id)a1;
- (void)setStringValue:(id)a0 onTextWidgetAnnotation:(id)a1;
- (void)setStringValue:(id)a0 onTextWidgetAnnotation:(id)a1 withTextView:(id)a2;
- (void)setVisibilityDelegateIndex:(unsigned long long)a0;
- (BOOL)shouldRegisterUndo;
- (void)updateAnnotation:(id)a0;
- (void)updateBookmark;
- (void)updatePageLayerEffectForID:(id)a0;
- (void)updatePageLayerEffects;
- (unsigned long long)visibilityDelegateIndex;

@end