]> git.saurik.com Git - iphone-api.git/blame - SpringBoard-2.1/SBStatusBarTimeView.h
I can't believe I wasted an entire day on this.
[iphone-api.git] / SpringBoard-2.1 / SBStatusBarTimeView.h
CommitLineData
298474e0
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 "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