--- /dev/null
+/*
+ * 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 UIActivityIndicatorView : UIView <NSCoding>
+{
+ double _duration;
+ BOOL _animating;
+ int _activityIndicatorViewStyle;
+ BOOL _hidesWhenStopped;
+}
+
++ (void)_loadResourcesForStyle:(int)fp8;
++ (struct CGSize)defaultSizeForStyle:(int)fp8;
++ (struct CGSize)size;
+- (id)initWithFrame:(struct CGRect)fp8;
+- (id)initWithActivityIndicatorStyle:(int)fp8;
+- (void)dealloc;
+- (id)initWithCoder:(id)fp8;
+- (void)encodeWithCoder:(id)fp8;
+- (struct CGSize)sizeThatFits:(struct CGSize)fp8;
+- (void)setActivityIndicatorViewStyle:(int)fp8;
+- (void)startAnimating;
+- (void)stopAnimating;
+- (BOOL)isAnimating;
+- (void)setAnimationDuration:(double)fp8;
+- (void)setHidesWhenStopped:(BOOL)fp8;
+- (void)_didMoveFromWindow:(id)fp8 toWindow:(id)fp12;
+- (void)setStyle:(int)fp8;
+- (void)setAnimating:(BOOL)fp8;
+- (void)startAnimation;
+- (void)stopAnimation;
+- (BOOL)hidesWhenStopped;
+- (int)activityIndicatorViewStyle;
+
+@end
+