diff options
-rw-r--r-- | iPhonePrivate.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/iPhonePrivate.h b/iPhonePrivate.h index cd5934d..e8748a4 100644 --- a/iPhonePrivate.h +++ b/iPhonePrivate.h @@ -40,7 +40,6 @@ static const UIActivityIndicatorViewStyle UIActivityIndicatorViewStyleWhiteTiny( @class DOMRGBColor; // }}} // @class Web*; {{{ -@class WebDataSource; @class WebScriptObject; @class WebView; // }}} @@ -286,6 +285,11 @@ enum { - (void) setJavaScriptCanOpenWindowsAutomatically:(BOOL)value; @end +@interface WebDataSource : NSObject +- (NSURLRequest *) request; +- (NSURLResponse *) response; +@end + @interface WebFrame : NSObject @property (nonatomic, readonly, copy) NSArray *childFrames; @property (nonatomic, readonly, strong) WebDataSource *dataSource; |