From fd75908cce0497d8638b82870e5bc4ae215b31e3 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Mon, 6 Mar 2017 21:06:33 -0800 Subject: WebDataSource needs to also be in iPhonePrivate.h. --- iPhonePrivate.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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; -- cgit v1.2.3