X-Git-Url: https://git.saurik.com/iphone-api.git/blobdiff_plain/f8d8a1a9bf3e8cbbb8a04dacfcd3257f1d560b63..2cd8f71baf5b8e3f2fc334a69a08a31948c2bd7c:/UIKit/WebFormDelegate-Protocol.h?ds=inline diff --git a/UIKit/WebFormDelegate-Protocol.h b/UIKit/WebFormDelegate-Protocol.h new file mode 100644 index 0000000..e72e194 --- /dev/null +++ b/UIKit/WebFormDelegate-Protocol.h @@ -0,0 +1,23 @@ +/* + * Generated by class-dump 3.1.2. + * + * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. + */ + +#import "NSObject-Protocol.h" + +@protocol WebFormDelegate +- (void)textFieldDidBeginEditing:(id)fp8 inFrame:(id)fp12; +- (void)textFieldDidEndEditing:(id)fp8 inFrame:(id)fp12; +- (void)textDidChangeInTextField:(id)fp8 inFrame:(id)fp12; +- (void)textDidChangeInTextArea:(id)fp8 inFrame:(id)fp12; +- (BOOL)textField:(id)fp8 doCommandBySelector:(SEL)fp12 inFrame:(id)fp16; +- (BOOL)textField:(id)fp8 shouldHandleEvent:(struct __GSEvent *)fp12 inFrame:(id)fp16; +- (void)formElementDidSetValue:(id)fp8; +- (void)formElementDidFocus:(id)fp8; +- (void)formElementDidBlur:(id)fp8; +- (void)addInputString:(id)fp8; +- (void)deleteFromInput; +- (void)frame:(id)fp8 sourceFrame:(id)fp12 willSubmitForm:(id)fp16 withValues:(id)fp20 submissionListener:(id)fp24; +@end +