X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/323746d39bfa3830194974658233d0b45809b060..6c4239e5a483511e5ca2f2c8be2c27b51cf50f93:/CyteKit/WebViewController.h diff --git a/CyteKit/WebViewController.h b/CyteKit/WebViewController.h index cb1bf610..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_; @@ -103,6 +104,7 @@ - (id) initWithWidth:(float)width ofClass:(Class)_class; - (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;