summaryrefslogtreecommitdiff
path: root/iPhonePrivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'iPhonePrivate.h')
-rw-r--r--iPhonePrivate.h6
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;