2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import "SBAlertItem.h"
9 #import "UITextFieldDelegate-Protocol.h"
11 @interface SBPasscodeAlertItem
: SBAlertItem
<UITextFieldDelegate
>
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
;
24 - (void)_setErrorString
:(id
)fp8
;