X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/5738f070516b40d0ae4e0ebb570ec86449b4ad60..c623466b01da346cafe5cdd1039ed608326d9a5c:/CyteKit/WebViewController.h diff --git a/CyteKit/WebViewController.h b/CyteKit/WebViewController.h index c8d9d512..24832242 100644 --- a/CyteKit/WebViewController.h +++ b/CyteKit/WebViewController.h @@ -1,5 +1,5 @@ /* Cydia - iPhone UIKit Front-End for Debian APT - * Copyright (C) 2008-2013 Jay Freeman (saurik) + * Copyright (C) 2008-2014 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ @@ -56,6 +56,7 @@ bool ready_; _transient NSNumber *sensitive_; + _H appstore_; _H title_; _H loading_; @@ -71,7 +72,6 @@ float width_; Class class_; - _H color_; _H reloaditem_; _H loadingitem_; @@ -103,9 +103,8 @@ - (id) initWithWidth:(float)width; - (id) initWithWidth:(float)width ofClass:(Class)_class; -- (void) setColor:(UIColor *)color; - - (void) callFunction:(WebScriptObject *)function; +- (void) reloadURLWithCache:(BOOL)cache; - (void) webView:(WebView *)view didClearWindowObject:(WebScriptObject *)window forFrame:(WebFrame *)frame; - (NSURLRequest *) webView:(WebView *)view resource:(id)identifier willSendRequest:(NSURLRequest *)request redirectResponse:(NSURLResponse *)response fromDataSource:(WebDataSource *)source;