X-Git-Url: https://git.saurik.com/iphone-api.git/blobdiff_plain/f8d8a1a9bf3e8cbbb8a04dacfcd3257f1d560b63..2cd8f71baf5b8e3f2fc334a69a08a31948c2bd7c:/UIKit/UIPasscodeField.h diff --git a/UIKit/UIPasscodeField.h b/UIKit/UIPasscodeField.h new file mode 100644 index 0000000..74ffd98 --- /dev/null +++ b/UIKit/UIPasscodeField.h @@ -0,0 +1,53 @@ +/* + * Generated by class-dump 3.1.2. + * + * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. + */ + +#import + +#import "UITextFieldDelegate-Protocol.h" + +@class NSMutableArray, NSMutableString, UIPushButton; + +@interface UIPasscodeField : UIView +{ + NSMutableString *_value; + NSMutableArray *_entryFields; + NSMutableArray *_entryBackgrounds; + UIPushButton *_okButton; + BOOL _opaqueBackground; + BOOL _centerHorizontally; + int _keyboardType; + int _keyboardAppearance; + id _delegate; +} + ++ (float)defaultHeight; +- (id)initWithFrame:(struct CGRect)fp8; +- (void)setKeyboardType:(int)fp8; +- (void)setKeyboardType:(int)fp8 appearance:(int)fp12; +- (void)dealloc; +- (void)_updateFields; +- (BOOL)showsOKButton; +- (void)setShowsOKButton:(BOOL)fp8; +- (void)setTextCentersHorizontally:(BOOL)fp8; +- (id)stringValue; +- (void)setStringValue:(id)fp8; +- (void)appendString:(id)fp8; +- (void)deleteLastCharacter; +- (int)numberOfEntryFields; +- (void)setNumberOfEntryFields:(int)fp8 opaqueBackground:(BOOL)fp12; +- (void)setNumberOfEntryFields:(int)fp8; +- (BOOL)canBecomeFirstResponder; +- (BOOL)becomeFirstResponder; +- (void)setDelegate:(id)fp8; +- (void)_textDidChange; +- (BOOL)textField:(id)fp8 shouldInsertText:(id)fp12 replacingRange:(struct _NSRange)fp16; +- (BOOL)textFieldShouldStartEditing:(id)fp8; +- (void)textFieldDidResignFirstResponder:(id)fp8; +- (void)okButtonClicked:(id)fp8; +- (id)hitTest:(struct CGPoint)fp8 forEvent:(struct __GSEvent *)fp16; + +@end +