]>
Commit | Line | Data |
---|---|---|
2cd8f71b JF |
1 | /* |
2 | * Generated by class-dump 3.1.2. | |
3 | * | |
4 | * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. | |
5 | */ | |
6 | ||
7 | #import <UIKit/UIAnimation.h> | |
8 | ||
9 | @interface UIZoomAnimation : UIAnimation | |
10 | { | |
11 | float _endScale; | |
12 | float _startScale; | |
13 | struct CGPoint _endScrollPoint; | |
14 | struct CGPoint _startScrollPoint; | |
15 | } | |
16 | ||
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; | |
25 | ||
26 | @end | |
27 |