]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.0/SBSMSAlertItem.h
Add support for new WinterBoard Settings features.
[iphone-api.git] / SpringBoard-2.0 / SBSMSAlertItem.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 "SBAlertItem.h"
8
9 @class NSString;
10
11 @interface SBSMSAlertItem : SBAlertItem
12 {
13 struct __CTSMSMessage *_message;
14 int _alignment;
15 BOOL _alignmentHasBeenSet;
16 BOOL _displayingEntireMessage;
17 BOOL _playedSound;
18 NSString *_name;
19 }
20
21 + (void)prefsChanged;
22 - (void)dealloc;
23 - (void)_tag;
24 - (void)_untag;
25 - (void)_deactivateAllTaggedSMSAlertItems;
26 - (void)willActivate;
27 - (void)didDeactivateForReason:(int)fp8;
28 - (void)setMessage:(struct __CTSMSMessage *)fp8;
29 - (void)_playMessageReceived;
30 - (void)willPresentAlertSheet:(id)fp8;
31 - (id)address;
32 - (id)messageText;
33 - (void)reply;
34 - (id)alertSheet;
35 - (void)_markReadIfDisplayingEntireMessage;
36 - (void)alertSheet:(id)fp8 buttonClicked:(int)fp12;
37 - (int)bodyTextAlignmentForAlertSheet:(id)fp8 displayedLineCount:(int)fp12;
38 - (void)performUnlockAction;
39 - (BOOL)_showSMSPreviewWithPasscodeEnabled;
40 - (void)configure:(BOOL)fp8 requirePasscodeForActions:(BOOL)fp12;
41 - (id)lockLabel;
42 - (BOOL)willShowInAwayItems;
43 - (BOOL)shouldShowInEmergencyCall;
44
45 @end
46