luxlabs header browser preview


@class CAShapeLayer;

@interface TSWPTOCRep : TSWPShapeRep {
    CAShapeLayer *_selectionHighlightLayer;
}

+ (id)TOCReferenceNameWithParagraphIndex:(unsigned long long)a0;

- (void).cxx_destruct;
- (BOOL)shouldShowKnobs;
- (BOOL)canMakePathEditable;
- (id)hyperlinkRegions;
- (BOOL)shouldCreateKnobs;
- (id)tocInfo;
- (unsigned long long)charIndexAtPoint:(struct CGPoint { double x0; double x1; })a0;
- (id)i_paragraphStyleAtPoint:(struct CGPoint { double x0; double x1; })a0;
- (unsigned long long)indexOfHitTOCEntryAtPoint:(struct CGPoint { double x0; double x1; })a0;
- (id)paragraphStylesBetweenCharIndex:(unsigned long long)a0 andCharIndex:(unsigned long long)a1;

@end