]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIActivityIndicatorView.h
This one only took me maybe a half hour to find.
[iphone-api.git] / UIKit / UIActivityIndicatorView.h
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 UIActivityIndicatorView : UIView <NSCoding>
10 {
11 double _duration;
12 BOOL _animating;
13 int _activityIndicatorViewStyle;
14 BOOL _hidesWhenStopped;
15 }
16
17 + (void)_loadResourcesForStyle:(int)fp8;
18 + (struct CGSize)defaultSizeForStyle:(int)fp8;
19 + (struct CGSize)size;
20 - (id)initWithFrame:(struct CGRect)fp8;
21 - (id)initWithActivityIndicatorStyle:(int)fp8;
22 - (void)dealloc;
23 - (id)initWithCoder:(id)fp8;
24 - (void)encodeWithCoder:(id)fp8;
25 - (struct CGSize)sizeThatFits:(struct CGSize)fp8;
26 - (void)setActivityIndicatorViewStyle:(int)fp8;
27 - (void)startAnimating;
28 - (void)stopAnimating;
29 - (BOOL)isAnimating;
30 - (void)setAnimationDuration:(double)fp8;
31 - (void)setHidesWhenStopped:(BOOL)fp8;
32 - (void)_didMoveFromWindow:(id)fp8 toWindow:(id)fp12;
33 - (void)setStyle:(int)fp8;
34 - (void)setAnimating:(BOOL)fp8;
35 - (void)startAnimation;
36 - (void)stopAnimation;
37 - (BOOL)hidesWhenStopped;
38 - (int)activityIndicatorViewStyle;
39
40 @end
41