]> git.saurik.com Git - cydia.git/blobdiff - iPhonePrivate.h
Objective-C seriously didn't notice my mistake :/.
[cydia.git] / 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;