]>
Commit | Line | Data |
---|---|---|
1 | /* | |
2 | * Generated by class-dump 3.1.2. | |
3 | * | |
4 | * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. | |
5 | */ | |
6 | ||
7 | #import <UIKit/UIView.h> | |
8 | ||
9 | @interface UIImageView : UIView | |
10 | { | |
11 | id _storage; | |
12 | } | |
13 | ||
14 | - (id)initWithFrame:(struct CGRect)fp8; | |
15 | - (id)initWithImage:(id)fp8; | |
16 | - (id)initWithCoder:(id)fp8; | |
17 | - (void)encodeWithCoder:(id)fp8; | |
18 | - (void)dealloc; | |
19 | - (void)setImage:(id)fp8; | |
20 | - (id)image; | |
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; | |
30 | - (BOOL)isAnimating; | |
31 | - (void)setAnimationDuration:(double)fp8; | |
32 | - (double)animationDuration; | |
33 | - (void)setAnimationRepeatCount:(int)fp8; | |
34 | - (int)animationRepeatCount; | |
35 | ||
36 | @end | |
37 |