2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <UIKit/UIView.h>
11 @interface UITouchDiagnosticsLayer
: UIView
13 struct __CFArray
*_eventQueue
;
14 UIBezierPath
*_hitRectsPath
;
15 UIBezierPath
*_customHitRectsPath
;
16 UIBezierPath
*_chargesPath
;
17 BOOL _trackTouchEvents
;
18 BOOL _displayTouchEvents
;
19 BOOL _displayHitRects
;
20 BOOL _displayChargeMap
;
23 - (id
)initWithFrame
:(struct CGRect
)fp8
;
25 - (BOOL
)layerRespondsToEvents
:(id
)fp8
;
26 - (void)_addLayerHitRects
:(id
)fp8 toPath
:(id
)fp12 customPath
:(id
)fp16
;
27 - (void)drawChargeMap
;
28 - (void)drawRect
:(struct CGRect
)fp8
;
29 - (void)diagnoseEvent
:(struct __GSEvent
*)fp8
;
30 - (BOOL
)pointInside
:(struct CGPoint
)fp8 forEvent
:(struct __GSEvent
*)fp16
;
31 - (void)refreshHitRects
;
32 - (void)setTrackTouchEvents
:(BOOL
)fp8
;
33 - (void)setDisplayHitRects
:(BOOL
)fp8
;
34 - (void)setDisplayTouchEvents
:(BOOL
)fp8
;
35 - (void)setDisplayChargeMap
:(BOOL
)fp8
;