2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
9 @
class NSString
, NSTimer
, TPLCDView
, UIImage
;
11 @interface SBAwayInCallController
: NSObject
14 BOOL _showsInCallInfo
;
15 NSTimer
*_durationTimer
;
16 struct __CTCall
*_displayedCall
;
17 NSString
*_localizedLabel
;
18 UIImage
*_callerImage
;
22 - (id
)initWithLCDView
:(id
)fp8
;
25 - (BOOL
)callerImageIsFullScreen
;
26 - (void)fetchCallInformation
:(id
*)fp8 name
:(id
*)fp12 label
:(id
*)fp16 image
:(id
*)fp20 isFullScreen
:(char *)fp24
;
27 - (void)updateDuration
;
29 - (void)setShowsInCallInfo
:(BOOL
)fp8
;