luxlabs header browser preview


@class WDDocument;

@interface WMDocumentIndexingMapper : CMIndexingMapper

@property (readonly) WDDocument *document;

- (void)_indexBlock:(id)a0 intoString:(id)a1;
- (void)_indexText:(id)a0 intoString:(id)a1;
- (void)_indexTable:(id)a0 intoString:(id)a1;
- (void)mapWithState:(id)a0;

@end