]> git.saurik.com Git - iphone-api.git/blobdiff - UIKit/UIImageView.h
Adding numerous class dumps.
[iphone-api.git] / UIKit / UIImageView.h
diff --git a/UIKit/UIImageView.h b/UIKit/UIImageView.h
new file mode 100644 (file)
index 0000000..3899ebc
--- /dev/null
@@ -0,0 +1,37 @@
+/*
+ *     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 UIImageView : UIView
+{
+    id _storage;
+}
+
+- (id)initWithFrame:(struct CGRect)fp8;
+- (id)initWithImage:(id)fp8;
+- (id)initWithCoder:(id)fp8;
+- (void)encodeWithCoder:(id)fp8;
+- (void)dealloc;
+- (void)setImage:(id)fp8;
+- (id)image;
+- (void)setBounds:(struct CGRect)fp8;
+- (void)setFrame:(struct CGRect)fp8;
+- (struct CGSize)sizeThatFits:(struct CGSize)fp8;
+- (BOOL)_canDrawContent;
+- (void)drawRect:(struct CGRect)fp8;
+- (void)setAnimationImages:(id)fp8;
+- (id)animationImages;
+- (void)startAnimating;
+- (void)stopAnimating;
+- (BOOL)isAnimating;
+- (void)setAnimationDuration:(double)fp8;
+- (double)animationDuration;
+- (void)setAnimationRepeatCount:(int)fp8;
+- (int)animationRepeatCount;
+
+@end
+