diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2010-10-06 19:31:14 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-10-06 19:31:14 -0700 |
commit | a9dbe12cff9b5de401da271e92ac72a285227670 (patch) | |
tree | 6339cb2e3b653f4874a2b2a6f615c3c012010db3 /UICaboodle/BrowserView.h | |
parent | 9b623dac3e39ca96e0326a7e93d9684b224c1fa1 (diff) |
UICaboodle/ResetView and resetViewAnimated: seem to be obsolete.
Diffstat (limited to 'UICaboodle/BrowserView.h')
-rw-r--r-- | UICaboodle/BrowserView.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/UICaboodle/BrowserView.h b/UICaboodle/BrowserView.h index 3f759ca..d774309 100644 --- a/UICaboodle/BrowserView.h +++ b/UICaboodle/BrowserView.h @@ -1,4 +1,7 @@ -#import "ResetView.h" +#import <UICaboodle/RVPage.h> +#import <UICaboodle/RVBook.h> + +#import <UIKit/UIKit.h> #include <WebKit/DOMNodeList.h> #include <WebKit/WebFrame.h> |