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>
9 @
class NSArray
, NSMutableArray
, UIColor
;
11 @interface UIHighlightView
: UIView
15 struct CGRect _invertedHighlightClipRect
;
16 NSArray
*_cornerRadii
;
17 NSMutableArray
*_innerBounds
;
18 NSMutableArray
*_innerQuads
;
19 BOOL _invertHighlight
;
22 - (id
)initWithFrame
:(struct CGRect
)fp8
;
25 - (void)setColor
:(id
)fp8
;
26 - (void)setCornerRadius
:(float)fp8
;
27 - (void)setCornerRadii
:(id
)fp8
;
28 - (void)setFrames
:(id
)fp8 boundaryRect
:(struct CGRect
)fp12
;
29 - (void)setQuads
:(id
)fp8 boundaryRect
:(struct CGRect
)fp12
;
30 - (void)setFrame
:(struct CGRect
)fp8
;
31 - (void)setInvertHighlight
:(BOOL
)fp8 clipRect
:(struct CGRect
)fp12
;
32 - (void)drawRect
:(struct CGRect
)fp8
;
33 - (id
)hitTest
:(struct CGPoint
)fp8 forEvent
:(struct __GSEvent
*)fp16
;