2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <UIKit/UIView.h>
9 @
class NSString
, NSTimer
, SBAwayMediaControlsView
, TPLCDTextView
;
11 @interface SBAwayDateView
: UIView
14 TPLCDTextView
*_timeLabel
;
15 TPLCDTextView
*_titleLabel
;
17 SBAwayMediaControlsView
*_controlsView
;
20 - (id
)initWithFrame
:(struct CGRect
)fp8
;
22 - (id
)labelWithFontSize
:(float)fp8 origin
:(struct CGPoint
)fp12 fontName
:(const char *)fp20
;
23 - (id
)labelWithFontSize
:(float)fp8 origin
:(struct CGPoint
)fp12
;
25 - (void)setAlpha
:(float)fp8
;
26 - (void)updateClockFormat
;
28 - (void)setTitle
:(id
)fp8
;
29 - (void)removeFromSuperview
;
30 - (void)movedToSuperview
:(id
)fp8
;
32 - (void)setIsShowingControls
:(BOOL
)fp8
;
33 - (BOOL
)isShowingControls
;