]> git.saurik.com Git - iphone-api.git/blobdiff - UIKit/UIViewAnimation.h
Adding numerous class dumps.
[iphone-api.git] / UIKit / UIViewAnimation.h
diff --git a/UIKit/UIViewAnimation.h b/UIKit/UIViewAnimation.h
new file mode 100644 (file)
index 0000000..031bf72
--- /dev/null
@@ -0,0 +1,37 @@
+/*
+ *     Generated by class-dump 3.1.2.
+ *
+ *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import <Foundation/NSObject.h>
+
+@class UIView;
+
+@interface UIViewAnimation : NSObject
+{
+    UIView *_view;
+    struct CGRect _endRect;
+    float _endAlpha;
+    float _startFraction;
+    float _endFraction;
+    int _curve;
+    BOOL _animateFromCurrentPosition;
+    BOOL _shouldDeleteAfterAnimation;
+    BOOL _editing;
+}
+
+- (id)initWithView:(id)fp8 endRect:(struct CGRect)fp12 endAlpha:(float)fp28 startFraction:(float)fp32 endFraction:(float)fp36 curve:(int)fp40 animateFromCurrentPosition:(BOOL)fp44 shouldDeleteAfterAnimation:(BOOL)fp48 editing:(BOOL)fp52;
+- (void)dealloc;
+- (BOOL)editing;
+- (BOOL)shouldDeleteAfterAnimation;
+- (BOOL)animateFromCurrentPosition;
+- (int)curve;
+- (float)endFraction;
+- (float)startFraction;
+- (float)endAlpha;
+- (struct CGRect)endRect;
+- (id)view;
+
+@end
+