X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/c2493c4ee87eb8c1acc4c5b9c9494653186e9765..837b7c8801dabaec33c55494047540b6ac6ef22d:/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;