]> git.saurik.com Git - cydia.git/commitdiff
WebDataSource needs to also be in iPhonePrivate.h.
authorJay Freeman (saurik) <saurik@saurik.com>
Tue, 7 Mar 2017 05:06:33 +0000 (21:06 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Tue, 7 Mar 2017 05:06:33 +0000 (21:06 -0800)
iPhonePrivate.h

index cd5934deb866133ade2f015a5e23cca24567d331..e8748a42be533b4058ccb7a7d07c899f6f9cffd5 100644 (file)
@@ -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;