X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/2b2a4e33d2693923b46834ca3072b69d7348f790..f670bbc2910a9fdfa32f8926e5361589296980a4:/CyteKit/WebViewController.h diff --git a/CyteKit/WebViewController.h b/CyteKit/WebViewController.h index 89ebe61f..0954b38e 100644 --- a/CyteKit/WebViewController.h +++ b/CyteKit/WebViewController.h @@ -65,17 +65,20 @@ _transient CyteWebView *webview_; _transient UIScrollView *scroller_; - UIActivityIndicatorView *indicator_; - IndirectDelegate *indirect_; - NSURLAuthenticationChallenge *challenge_; + _H indicator_; + _H indirect_; + _H challenge_; bool error_; _H request_; + _H stage1_; + _H stage2_; + _transient NSNumber *sensitive_; - NSString *title_; - NSMutableSet *loading_; + _H title_; + _H loading_; // XXX: NSString * or UIImage * _H custom_; @@ -86,8 +89,8 @@ float width_; Class class_; - UIBarButtonItem *reloaditem_; - UIBarButtonItem *loadingitem_; + _H reloaditem_; + _H loadingitem_; bool visible_; bool hidesNavigationBar_;