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 <UIKit/UIView.h>
9 #import "UITextFieldDelegate-Protocol.h"
11 @
class NSMutableArray
, NSMutableString
, UIPushButton
;
13 @interface UIPasscodeField
: UIView
<UITextFieldDelegate
>
15 NSMutableString
*_value
;
16 NSMutableArray
*_entryFields
;
17 NSMutableArray
*_entryBackgrounds
;
18 UIPushButton
*_okButton
;
19 BOOL _opaqueBackground
;
20 BOOL _centerHorizontally
;
22 int _keyboardAppearance
;
26 + (float)defaultHeight
;
27 - (id
)initWithFrame
:(struct CGRect
)fp8
;
28 - (void)setKeyboardType
:(int)fp8
;
29 - (void)setKeyboardType
:(int)fp8 appearance
:(int)fp12
;
31 - (void)_updateFields
;
32 - (BOOL
)showsOKButton
;
33 - (void)setShowsOKButton
:(BOOL
)fp8
;
34 - (void)setTextCentersHorizontally
:(BOOL
)fp8
;
36 - (void)setStringValue
:(id
)fp8
;
37 - (void)appendString
:(id
)fp8
;
38 - (void)deleteLastCharacter
;
39 - (int)numberOfEntryFields
;
40 - (void)setNumberOfEntryFields
:(int)fp8 opaqueBackground
:(BOOL
)fp12
;
41 - (void)setNumberOfEntryFields
:(int)fp8
;
42 - (BOOL
)canBecomeFirstResponder
;
43 - (BOOL
)becomeFirstResponder
;
44 - (void)setDelegate
:(id
)fp8
;
45 - (void)_textDidChange
;
46 - (BOOL
)textField
:(id
)fp8 shouldInsertText
:(id
)fp12 replacingRange
:(struct _NSRange
)fp16
;
47 - (BOOL
)textFieldShouldStartEditing
:(id
)fp8
;
48 - (void)textFieldDidResignFirstResponder
:(id
)fp8
;
49 - (void)okButtonClicked
:(id
)fp8
;
50 - (id
)hitTest
:(struct CGPoint
)fp8 forEvent
:(struct __GSEvent
*)fp16
;