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/UIAnimation.h>
9 @interface UIZoomAnimation
: UIAnimation
13 struct CGPoint _endScrollPoint
;
14 struct CGPoint _startScrollPoint
;
17 + (float)defaultDuration
;
18 + (id
)zoomAnimationForTarget
:(id
)fp8 endScale
:(float)fp12 endScrollPoint
:(struct CGPoint
)fp16
;
19 + (id
)zoomAnimationForTarget
:(id
)fp8 focusRect
:(struct CGRect
)fp12 deviceBoundaryRect
:(struct CGRect
)fp28 scale
:(float)fp44
;
20 - (void)setEndScale
:(float)fp8
;
21 - (void)setStartScale
:(float)fp8
;
22 - (void)setEndScrollPoint
:(struct CGPoint
)fp8
;
23 - (void)setStartScrollPoint
:(struct CGPoint
)fp8
;
24 - (void)setProgress
:(float)fp8
;