]> git.saurik.com Git - iphone-api.git/blob - AddressBookUI/ABCardControllerAnimation.h
Commit these numerous sequestered UIKit updates.
[iphone-api.git] / AddressBookUI / ABCardControllerAnimation.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 "UIAnimation.h"
8
9 @interface ABCardControllerAnimation : UIAnimation
10 {
11 SEL _progressAction;
12 void *_hacked_impl;
13 }
14
15 - (void)setProgressAction:(SEL)fp8;
16 - (void)setProgress:(float)fp8;
17
18 @end
19