luxlabs header browser preview


@class NSArray, NSMutableArray;

@interface TextResults : NSObject

@property (retain, nonatomic) NSMutableArray *mutableCols;
@property (retain, nonatomic) NSArray *cols;
@property (readonly) unsigned long long colCount;

- (id)init;
- (void).cxx_destruct;
- (void)addColumn:(id)a0;
- (void)sortCols;
- (id)transcriptionOfPath:(id)a0 tokenProcessingBlock:(id /* block */)a1;

@end