]> git.saurik.com Git - iphone-api.git/blobdiff - UIKit/UITile.h
Adding numerous class dumps.
[iphone-api.git] / UIKit / UITile.h
diff --git a/UIKit/UITile.h b/UIKit/UITile.h
new file mode 100644 (file)
index 0000000..5480f22
--- /dev/null
@@ -0,0 +1,28 @@
+/*
+ *     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>
+
+@interface UITile : UIView
+{
+    struct CGRect _dirtyRect;
+    BOOL _hasDrawnContent;
+}
+
+- (id)initWithFrame:(struct CGRect)fp8;
+- (id)hitTest:(struct CGPoint)fp8 forEvent:(struct __GSEvent *)fp16;
+- (void)setNeedsDisplayInRect:(struct CGRect)fp8;
+- (void)setNeedsDisplay;
+- (BOOL)_canDrawContent;
+- (BOOL)willDrawContent;
+- (void)drawRect:(struct CGRect)fp8;
+- (BOOL)hasDrawnContent;
+- (void)setDirtyRect:(struct CGRect)fp8;
+- (void)setNeedsDisplayInDirtyRect;
+- (void)invalidateContents;
+
+@end
+