]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.1/SBAwayDateView.h
I can't believe I wasted an entire day on this.
[iphone-api.git] / SpringBoard-2.1 / SBAwayDateView.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 <UIKit/UIView.h>
8
9 @class NSString, NSTimer, SBAwayMediaControlsView, TPLCDTextView;
10
11 @interface SBAwayDateView : UIView
12 {
13 NSTimer *_dateTimer;
14 TPLCDTextView *_timeLabel;
15 TPLCDTextView *_titleLabel;
16 NSString *_title;
17 SBAwayMediaControlsView *_controlsView;
18 }
19
20 - (id)initWithFrame:(struct CGRect)fp8;
21 - (void)dealloc;
22 - (id)labelWithFontSize:(float)fp8 origin:(struct CGPoint)fp12 fontName:(const char *)fp20;
23 - (id)labelWithFontSize:(float)fp8 origin:(struct CGPoint)fp12;
24 - (void)updateLabels;
25 - (void)setAlpha:(float)fp8;
26 - (void)updateClockFormat;
27 - (void)updateClock;
28 - (void)setTitle:(id)fp8;
29 - (void)removeFromSuperview;
30 - (void)movedToSuperview:(id)fp8;
31 - (id)controlsView;
32 - (void)setIsShowingControls:(BOOL)fp8;
33 - (BOOL)isShowingControls;
34
35 @end
36