2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
9 @interface MPBackstopView
: UIView
11 id
<MPBackstopViewTarget
> _target
;
12 struct __CFSet
*_ignorableViews
;
15 - (id
)initWithFrame
:(struct CGRect
)fp8
;
17 - (void)addIgnorableView
:(id
)fp8
;
18 - (void)removeIgnorableView
:(id
)fp8
;
19 - (BOOL
)canHandleSwipes
;
20 - (id
)hitTest
:(struct CGPoint
)fp8 forEvent
:(struct __GSEvent
*)fp16
;
21 - (id
)hitTest
:(struct CGPoint
)fp8 withEvent
:(id
)fp16
;
22 - (BOOL
)swipe
:(int)fp8 withEvent
:(struct __GSEvent
*)fp12
;
23 - (void)touchesBegan
:(id
)fp8 withEvent
:(id
)fp12
;
24 - (void)_delayedPerformSingleTap
;
25 - (void)view
:(id
)fp8 handleTapWithCount
:(int)fp12 event
:(struct __GSEvent
*)fp16
;
26 - (double)viewDoubleTapDelay
:(id
)fp8
;
27 - (double)viewRejectAsTapThrehold
:(id
)fp8
;
29 - (void)setTarget
:(id
)fp8
;