From: Jay Freeman (saurik) Date: Tue, 7 Mar 2017 05:06:33 +0000 (-0800) Subject: WebDataSource needs to also be in iPhonePrivate.h. X-Git-Tag: v1.1.31~7 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/fd75908cce0497d8638b82870e5bc4ae215b31e3 WebDataSource needs to also be in iPhonePrivate.h. --- diff --git a/iPhonePrivate.h b/iPhonePrivate.h index cd5934de..e8748a42 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;