]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.1/SBVoicemailManager.h
Commit the ChatKit folder (for WinterBoard).
[iphone-api.git] / SpringBoard-2.1 / SBVoicemailManager.h
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 @interface SBVoicemailManager : NSObject
10 {
11 CDAnonymousStruct2 _alertMark;
12 CDAnonymousStruct2 _awayItemMark;
13 BOOL _hasVisualVoicemail;
14 int _visualVoicemailSubscriptionToken;
15 }
16
17 + (id)sharedInstance;
18 - (id)init;
19 - (void)dealloc;
20 - (void)setHasVisualVoicemail:(BOOL)fp8;
21 - (void)_updateVisualVoicemailState;
22 - (BOOL)_hasVisualVoicemail;
23 - (void)_mark:(CDAnonymousStruct2 *)fp8;
24 - (void)markForAlerts;
25 - (void)markForAwayItems;
26 - (void)mark;
27 - (id)copyVisualVoicemailRecordsForAwayItems;
28 - (void)_presentAlertForRecord:(void *)fp8 visualVoicemail:(BOOL)fp12;
29 - (void)_handleVoicemailAvailableNotification:(id)fp8;
30 - (void)_handleVoicemailStoreChangedNotification;
31 - (void)_handleVoicemailFallbackNotification;
32
33 @end
34