]> git.saurik.com Git - iphone-api.git/blame - SpringBoard-2.0/SBSIMLockAlertItem.h
Commit the ChatKit folder (for WinterBoard).
[iphone-api.git] / SpringBoard-2.0 / SBSIMLockAlertItem.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 "SBAlertItem.h"
8
9@interface SBSIMLockAlertItem : SBAlertItem
10{
11 int _status;
12}
13
14- (void)dealloc;
15- (BOOL)canUnlock;
16- (id)alertTitle;
17- (id)alertText;
18- (int)status;
19- (void)didDeactivateForReason:(int)fp8;
20- (void)unlock;
21- (void)alertSheet:(id)fp8 buttonClicked:(int)fp12;
22- (void)performUnlockAction;
23- (void)configure:(BOOL)fp8 requirePasscodeForActions:(BOOL)fp12;
24- (id)lockLabel;
25
26@end
27