forked from caughtinflux/iOS-6-SpringBoard-Headers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SBAwayInCallController.h
35 lines (29 loc) · 908 Bytes
/
SBAwayInCallController.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/*
* Generated by class-dump 3.3.4 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard.
*/
#import "NSObject.h"
@class NSString, NSTimer, TPLCDView, UIImage;
@interface SBAwayInCallController : NSObject
{
TPLCDView *_lcdView;
BOOL _shouldShowInCallInfo;
BOOL _isShowingInCallInfo;
NSTimer *_durationTimer;
struct __CTCall *_displayedCall;
NSString *_localizedLabel;
UIImage *_callerImage;
BOOL _isFullScreen;
}
- (void)_setShowingInCallInfo:(BOOL)arg1;
- (BOOL)isShowingInCallInfo;
- (void)setShouldShowInCallInfo:(BOOL)arg1;
- (void)reload;
- (void)updateDuration;
- (void)fetchCallInformation:(id *)arg1 name:(id *)arg2 label:(id *)arg3 image:(id *)arg4 isFullScreen:(char *)arg5 wantsHighResolution:(BOOL)arg6;
- (BOOL)callerImageIsFullScreen;
- (id)callerImage;
- (void)dealloc;
- (id)initWithLCDView:(id)arg1;
@end