]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIViewAnimationContext.h
Added some SpringBoardServices work from ashikase.
[iphone-api.git] / UIKit / UIViewAnimationContext.h
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 <Foundation/NSObject.h>
8
9 @class NSArray;
10
11 @interface UIViewAnimationContext : NSObject
12 {
13 NSArray *_viewAnimations;
14 int _animationCount;
15 }
16
17 - (void)dealloc;
18 - (int)animationCount;
19 - (void)setAnimationCount:(int)fp8;
20 - (id)viewAnimations;
21 - (void)setViewAnimations:(id)fp8;
22
23 @end
24