luxlabs header browser preview


@class NSString, PKShapeDrawingController, NSTimer;
@protocol PKShapeDrawingTimerHelperDelegate;

@interface PKShapeDrawingTimerHelper : NSObject <PKShapeDrawingControllerDelegate> {
    id<PKShapeDrawingTimerHelperDelegate> _delegate;
    PKShapeDrawingController *_shapeDrawingController;
    NSTimer *_timer;
}

@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (void)teardown;
- (void).cxx_destruct;
- (id)initWithDelegate:(id)a0;
- (void)addStrokePoint:(struct CGPoint { double x0; double x1; })a0 inputPoint:(struct { union { struct CGPoint { double x0; double x1; } x0; struct CGPoint { double x0; double x1; } x1; } x0; double x1; double x2; double x3; double x4; double x5; double x6; double x7; BOOL x8; long long x9; double x10; BOOL x11; })a1;
- (void)beginStrokeAtPoint:(struct CGPoint { double x0; double x1; })a0;
- (id)shapeDrawingControllerRendererController:(id)a0;
- (void)shapeDrawingControllerShapeDetectionCancelled:(id)a0;
- (void)shapeDrawingControllerShapeGestureDetected:(id)a0;

@end