]>
Commit | Line | Data |
---|---|---|
2cd8f71b JF |
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 <Foundation/NSObject.h> | |
8 | ||
9 | @interface UIDefaultWebViewFormEditingDelegate : NSObject | |
10 | { | |
11 | } | |
12 | ||
13 | - (void)webViewDidEndEditingFormElements:(id)fp8; | |
14 | - (void)webViewWillEndEditingFormElements:(id)fp8; | |
15 | - (void)webViewDidBeginEditingFormElements:(id)fp8; | |
16 | - (void)webViewWillBeginEditingFormElements:(id)fp8; | |
17 | - (void)webView:(id)fp8 didEndEditingFormElement:(id)fp12; | |
18 | - (void)webView:(id)fp8 willEndEditingFormElement:(id)fp12; | |
19 | - (void)webView:(id)fp8 didBeginEditingFormElement:(id)fp12; | |
20 | - (void)webView:(id)fp8 willBeginEditingFormElement:(id)fp12; | |
21 | - (int)orientationForWebView:(id)fp8; | |
22 | - (id)calloutSuperviewForWebView:(id)fp8; | |
23 | ||
24 | @end | |
25 |