diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2008-08-12 13:51:13 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 07:08:17 +0000 |
commit | a954357579aa1fc2d03610d97d30a09156af7276 (patch) | |
tree | 159d1391350a992fe25b015e8330e6401fb56a78 /UICaboodle/BrowserView.h | |
parent | 25a2158d9d2f51732843c7deb1835537d28b1ccd (diff) |
Some minor header file changes.
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 c9a1f7d..7c6cc50 100644 --- a/UICaboodle/BrowserView.h +++ b/UICaboodle/BrowserView.h @@ -9,6 +9,8 @@ @class UIScroller; @class UIWebView; +@class WebView; + @class Database; @interface BrowserView : RVPage { |