]> git.saurik.com Git - iphone-api.git/blobdiff - UIKit/UIHighlightView.h
Adding numerous class dumps.
[iphone-api.git] / UIKit / UIHighlightView.h
diff --git a/UIKit/UIHighlightView.h b/UIKit/UIHighlightView.h
new file mode 100644 (file)
index 0000000..241e873
--- /dev/null
@@ -0,0 +1,36 @@
+/*
+ *     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
+