luxlabs header browser preview


@class TIHandwritingStrokes;

@interface UIKBHandwritingStrokePointFIFO : UIKBHandwritingPointFIFO

@property (retain, nonatomic) TIHandwritingStrokes *strokes;

- (void)clear;
- (void)flush;
- (void).cxx_destruct;
- (void)addPoint:(struct { struct CGPoint { double x0; double x1; } x0; double x1; })a0;
- (id)initWithFIFO:(id)a0;
- (id)scaleStrokes:(double)a0;

@end