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 <Foundation/NSObject.h>
11 @interface UIViewAnimation
: NSObject
14 struct CGRect _endRect
;
19 BOOL _animateFromCurrentPosition
;
20 BOOL _shouldDeleteAfterAnimation
;
24 - (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
;
27 - (BOOL
)shouldDeleteAfterAnimation
;
28 - (BOOL
)animateFromCurrentPosition
;
31 - (float)startFraction
;
33 - (struct CGRect
)endRect
;