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 UIActivityIndicatorView
: UIView
<NSCoding
>
13 int _activityIndicatorViewStyle
;
14 BOOL _hidesWhenStopped
;
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
;
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
;
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
;