]> git.saurik.com Git - iphone-api.git/blob - TelephonyUI/TPLockTextView.h
Add support for new WinterBoard Settings features.
[iphone-api.git] / TelephonyUI / TPLockTextView.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 "UIView.h"
8
9 @class NSString, NSTimer, UIFont;
10
11 @interface TPLockTextView : UIView
12 {
13 NSString *_label;
14 struct CGImage *_textCache;
15 char *_textData;
16 NSTimer *_maskTimer;
17 double _maskStartTime;
18 UIFont *_labelFont;
19 float _fps;
20 }
21
22 - (void)dealloc;
23 - (void)_cacheLabel:(id)fp8 size:(struct CGSize)fp12;
24 - (id)initWithLabel:(id)fp8 fontSize:(float)fp12;
25 - (id)label;
26 - (void)startAnimation;
27 - (void)stopAnimation;
28 - (void)setFPS:(float)fp8;
29 - (BOOL)isAnimating;
30 - (void)drawRect:(struct CGRect)fp8;
31 - (void)movedFromWindow:(id)fp8;
32
33 @end
34