]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.1/SBPasscodeAlertItem.h
Commit the SpringBoard folder (for WinterBoard).
[iphone-api.git] / SpringBoard-2.1 / SBPasscodeAlertItem.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 #import "UITextFieldDelegate-Protocol.h"
10
11 @interface SBPasscodeAlertItem : SBAlertItem <UITextFieldDelegate>
12 {
13 int _mode;
14 BOOL _alphanumeric;
15 }
16
17 - (id)initWithPasscodeMode:(int)fp8 isAlphanumeric:(BOOL)fp12;
18 - (void)alertSheet:(id)fp8 buttonClicked:(int)fp12;
19 - (void)returnKeyPressed:(id)fp8;
20 - (void)configure:(BOOL)fp8 requirePasscodeForActions:(BOOL)fp12;
21 - (BOOL)textField:(id)fp8 shouldChangeCharactersInRange:(struct _NSRange)fp12 replacementString:(id)fp20;
22 - (BOOL)shouldShowInLockScreen;
23 - (void)dismiss;
24 - (void)_setErrorString:(id)fp8;
25
26 @end
27