]> git.saurik.com Git - iphone-api.git/blame - SpringBoard-2.1/SBCallFailureAlert.h
I can't believe I wasted an entire day on this.
[iphone-api.git] / SpringBoard-2.1 / SBCallFailureAlert.h
CommitLineData
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 "SBAlert.h"
8
9@class NSString;
10
11@interface SBCallFailureAlert : SBAlert
12{
13 int _causeCode;
14 NSString *_address;
15 int _uid;
16 struct __CTCall *_call;
17}
18
19+ (BOOL)shouldDisplayForCauseCode:(long)fp8 modemCauseCode:(long)fp12;
20+ (void)activateForCall:(struct __CTCall *)fp8 causeCode:(long)fp12;
21+ (void)test;
22- (id)initWithCauseCode:(long)fp8 call:(struct __CTCall *)fp12;
23- (void)dealloc;
24- (void)activateWhenPossible;
25- (id)alertDisplayViewWithSize:(struct CGSize)fp8;
26- (long)causeCode;
27- (struct __CTCall *)call;
28- (id)callAddress;
29- (int)addressBookUID;
30- (void)setCallAddress:(id)fp8;
31
32@end
33