]> git.saurik.com Git - cydia.git/blobdiff - iPhonePrivate.h
Use makefile to build the apt-tag triehash parser.
[cydia.git] / iPhonePrivate.h
index 411ff9643680e6c263e3174cabd480624774f5a1..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;
@@ -334,6 +338,7 @@ enum {
 
 @interface NSObject (Apple)
 + (BOOL) isKeyExcludedFromWebScript:(const char *)name;
+- (NSArray *) attributeKeys;
 @end
 
 @interface NSString (Apple)