]>
git.saurik.com Git - iphone-api.git/blob - UIKit/UIImageView.h
3899ebcaa71f1a2fb5e6180244f1b4dd2db6ae14
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 @interface UIImageView
: UIView
14 - (id
)initWithFrame
:(struct CGRect
)fp8
;
15 - (id
)initWithImage
:(id
)fp8
;
16 - (id
)initWithCoder
:(id
)fp8
;
17 - (void)encodeWithCoder
:(id
)fp8
;
19 - (void)setImage
:(id
)fp8
;
21 - (void)setBounds
:(struct CGRect
)fp8
;
22 - (void)setFrame
:(struct CGRect
)fp8
;
23 - (struct CGSize
)sizeThatFits
:(struct CGSize
)fp8
;
24 - (BOOL
)_canDrawContent
;
25 - (void)drawRect
:(struct CGRect
)fp8
;
26 - (void)setAnimationImages
:(id
)fp8
;
27 - (id
)animationImages
;
28 - (void)startAnimating
;
29 - (void)stopAnimating
;
31 - (void)setAnimationDuration
:(double)fp8
;
32 - (double)animationDuration
;
33 - (void)setAnimationRepeatCount
:(int)fp8
;
34 - (int)animationRepeatCount
;