X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/63755c48fd5fe4f31775e0f38857314879b93f39..a3c544a520a774dd106da3abc598c5859a48273e:/iPhonePrivate.h

diff --git a/iPhonePrivate.h b/iPhonePrivate.h
index 411ff964..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;
@@ -334,6 +338,7 @@ enum {
 
 @interface NSObject (Apple)
 + (BOOL) isKeyExcludedFromWebScript:(const char *)name;
+- (NSArray *) attributeKeys;
 @end
 
 @interface NSString (Apple)