]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.0/SBStatusBarTimeView.h
Commit the ChatKit folder (for WinterBoard).
[iphone-api.git] / SpringBoard-2.0 / SBStatusBarTimeView.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 "SBStatusBarContentView.h"
8
9 @class NSString, NSTimer;
10
11 @interface SBStatusBarTimeView : SBStatusBarContentView
12 {
13 NSTimer *_dateTimer;
14 NSString *_time;
15 struct CGRect _textRect;
16 }
17
18 - (id)init;
19 - (void)updateClockFormat;
20 - (void)dealloc;
21 - (void)start;
22 - (void)stop;
23 - (void)drawRect:(struct CGRect)fp8;
24 - (void)tile;
25 - (struct CGRect)textRect;
26
27 @end
28