]> git.saurik.com Git - iphone-api.git/blame - MobileSMS/TranscriptFrameAnimation.h
Here we go again: this time with SBIcon setAlpha.
[iphone-api.git] / MobileSMS / TranscriptFrameAnimation.h
CommitLineData
73c9549b
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 "UIFrameAnimation.h"
8
9@interface TranscriptFrameAnimation : UIFrameAnimation
10{
11 struct CGPoint _startTopLeftPoint;
12 struct CGPoint _endTopLeftPoint;
13}
14
15- (void)setProgress:(float)fp8;
16- (void)setStartTopLeftPoint:(struct CGPoint)fp8;
17- (void)setEndTopLeftPoint:(struct CGPoint)fp8;
18- (struct CGPoint)endTopLeftPoint;
19
20@end
21