luxlabs header browser preview


@protocol CHStrokeProvider;

@interface CHStrokeVisualization : CHVisualization {
    id<CHStrokeProvider> __strokeProviderDrawn;
}

- (void).cxx_destruct;
- (void)drawVisualizationInRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0 context:(struct CGContext { } *)a1 viewBounds:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a2;
- (void)drawStrokesFromStrokeProvider:(id)a0 inRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a1 context:(struct CGContext { } *)a2;
- (void)recognitionSessionDidUpdateRecognitionResult;

@end