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/UIResponder.h>
9 #import <CoreGraphics/CGGeometry.h>
13 @interface UIView
: UIResponder
<NSCoding
>
22 unsigned int userInteractionDisabled
:1;
23 unsigned int implementsDrawRect
:1;
24 unsigned int implementsDidScroll
:1;
25 unsigned int implementsMouseTracking
:1;
26 unsigned int hasBackgroundColor
:1;
27 unsigned int isOpaque
:1;
28 unsigned int becomeFirstResponderWhenCapable
:1;
29 unsigned int interceptMouseEvent
:1;
30 unsigned int deallocating
:1;
31 unsigned int debugFlash
:1;
32 unsigned int debugSkippedSetNeedsDisplay
:1;
33 unsigned int debugScheduledDisplayIsRequired
:1;
34 unsigned int isInAWindow
:1;
35 unsigned int isAncestorOfFirstResponder
:1;
36 unsigned int dontAutoresizeSubviews
:1;
37 unsigned int autoresizeMask
:6;
38 unsigned int patternBackground
:1;
39 unsigned int fixedBackgroundPattern
:1;
40 unsigned int dontAnimate
:1;
41 unsigned int superLayerIsView
:1;
42 unsigned int layerKitPatternDrawing
:1;
43 unsigned int coreSurfaceImage
:1;
44 unsigned int multipleTouchEnabled
:1;
45 unsigned int exclusiveTouch
:1;
46 unsigned int hasViewController
:1;
47 unsigned int needsDidAppearOrDisappear
:1;
53 - (void)_createLayerWithFrame
:(struct CGRect
)fp8
;
54 - (id
)initWithFrame
:(struct CGRect
)fp8
;
55 - (id
)initWithCoder
:(id
)fp8
;
56 - (void)encodeWithCoder
:(id
)fp8
;
58 - (void)setUserInteractionEnabled
:(BOOL
)fp8
;
59 - (BOOL
)isUserInteractionEnabled
;
60 - (void)setCharge
:(float)fp8
;
62 - (void)setTapDelegate
:(id
)fp8
;
65 - (void)_clearBecomeFirstResponderWhenCapable
;
66 - (BOOL
)_becomeFirstResponderWhenPossible
;
67 - (void)startHeartbeat
:(SEL
)fp8 inRunLoopMode
:(id
)fp12
;
68 - (void)stopHeartbeat
:(SEL
)fp8
;
69 - (BOOL
)cancelMouseTracking
;
70 - (BOOL
)cancelTouchTracking
;
71 - (BOOL
)canHandleSwipes
;
72 - (int)swipe
:(int)fp8 withEvent
:(struct __GSEvent
*)fp12
;
73 - (struct CGColor
*)_backgroundCGColor
;
76 - (void)setTag
:(int)fp8
;