diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2008-12-28 19:30:17 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 07:09:28 +0000 |
commit | 374f3d18f0a8adefbb9eca5292ebef10935c09a5 (patch) | |
tree | 0f23d32bac8995d83674901e29a70986e1f5218c /UICaboodle/BrowserView.h | |
parent | 00e2109e804e55567a7682c902047d532da63033 (diff) |
Fixed window.cydia.
Diffstat (limited to 'UICaboodle/BrowserView.h')
-rw-r--r-- | UICaboodle/BrowserView.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/UICaboodle/BrowserView.h b/UICaboodle/BrowserView.h index a37d326..632528d 100644 --- a/UICaboodle/BrowserView.h +++ b/UICaboodle/BrowserView.h @@ -34,12 +34,14 @@ @class Database; @class IndirectDelegate; +@class CydiaObject; @interface BrowserView : RVPage { UIScroller *scroller_; UIWebDocumentView *webview_; UIProgressIndicator *indicator_; IndirectDelegate *indirect_; + CydiaObject *cydia_; NSURLAuthenticationChallenge *challenge_; bool error_; |