]>
Commit | Line | Data |
---|---|---|
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 "NSObject.h" | |
8 | ||
9 | @class NSString, NSTimer, TPLCDView, UIImage; | |
10 | ||
11 | @interface SBAwayInCallController : NSObject | |
12 | { | |
13 | TPLCDView *_lcdView; | |
14 | BOOL _showsInCallInfo; | |
15 | NSTimer *_durationTimer; | |
16 | struct __CTCall *_displayedCall; | |
17 | NSString *_localizedLabel; | |
18 | UIImage *_callerImage; | |
19 | BOOL _isFullScreen; | |
20 | } | |
21 | ||
22 | - (id)initWithLCDView:(id)fp8; | |
23 | - (void)dealloc; | |
24 | - (id)callerImage; | |
25 | - (BOOL)callerImageIsFullScreen; | |
26 | - (void)fetchCallInformation:(id *)fp8 name:(id *)fp12 label:(id *)fp16 image:(id *)fp20 isFullScreen:(char *)fp24; | |
27 | - (void)updateDuration; | |
28 | - (void)reload; | |
29 | - (void)setShowsInCallInfo:(BOOL)fp8; | |
30 | ||
31 | @end | |
32 |