]>
Commit | Line | Data |
---|---|---|
2cd8f71b JF |
1 | /* |
2 | * Generated by class-dump 3.1.2. | |
3 | * | |
4 | * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. | |
5 | */ | |
6 | ||
7 | #import "UIView.h" | |
8 | ||
9 | @interface MPBackstopView : UIView | |
10 | { | |
11 | id <MPBackstopViewTarget> _target; | |
12 | struct __CFSet *_ignorableViews; | |
13 | } | |
14 | ||
15 | - (id)initWithFrame:(struct CGRect)fp8; | |
16 | - (void)dealloc; | |
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; | |
28 | - (id)target; | |
29 | - (void)setTarget:(id)fp8; | |
30 | ||
31 | @end | |
32 |