]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.1/SBSMSAlertItem.h
Commit the SpringBoard folder (for WinterBoard).
[iphone-api.git] / SpringBoard-2.1 / 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 + (BOOL)shouldPlayMessageReceived;
22 + (void)playMessageReceived;
23 + (void)prefsChanged;
24 + (BOOL)_showSMSPreviewWithPasscodeEnabled;
25 + (BOOL)shouldHideSMSPreview;
26 - (void)dealloc;
27 - (void)_tag;
28 - (void)_untag;
29 - (void)_deactivateAllTaggedSMSAlertItems;
30 - (void)willActivate;
31 - (void)didDeactivateForReason:(int)fp8;
32 - (void)setMessage:(struct __CTSMSMessage *)fp8;
33 - (void)willPresentAlertSheet:(id)fp8;
34 - (id)address;
35 - (id)messageText;
36 - (int)_groupID;
37 - (void)reply;
38 - (id)alertSheet;
39 - (void)_markReadIfDisplayingEntireMessage;
40 - (void)alertSheet:(id)fp8 buttonClicked:(int)fp12;
41 - (int)bodyTextAlignmentForAlertSheet:(id)fp8 displayedLineCount:(int)fp12;
42 - (void)performUnlockAction;
43 - (void)configure:(BOOL)fp8 requirePasscodeForActions:(BOOL)fp12;
44 - (id)lockLabel;
45 - (BOOL)willShowInAwayItems;
46 - (BOOL)shouldShowInEmergencyCall;
47
48 @end
49