+/*
+ * Generated by class-dump 3.1.2.
+ *
+ * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import <UIKit/UIView.h>
+
+@class NSArray, NSMutableArray, UIColor;
+
+@interface UIHighlightView : UIView
+{
+ UIColor *_color;
+ float _cornerRadius;
+ struct CGRect _invertedHighlightClipRect;
+ NSArray *_cornerRadii;
+ NSMutableArray *_innerBounds;
+ NSMutableArray *_innerQuads;
+ BOOL _invertHighlight;
+}
+
+- (id)initWithFrame:(struct CGRect)fp8;
+- (void)cleanUp;
+- (void)dealloc;
+- (void)setColor:(id)fp8;
+- (void)setCornerRadius:(float)fp8;
+- (void)setCornerRadii:(id)fp8;
+- (void)setFrames:(id)fp8 boundaryRect:(struct CGRect)fp12;
+- (void)setQuads:(id)fp8 boundaryRect:(struct CGRect)fp12;
+- (void)setFrame:(struct CGRect)fp8;
+- (void)setInvertHighlight:(BOOL)fp8 clipRect:(struct CGRect)fp12;
+- (void)drawRect:(struct CGRect)fp8;
+- (id)hitTest:(struct CGPoint)fp8 forEvent:(struct __GSEvent *)fp16;
+
+@end
+