diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2010-10-06 19:27:29 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-10-06 19:27:29 -0700 |
commit | 9b623dac3e39ca96e0326a7e93d9684b224c1fa1 (patch) | |
tree | 0cb2a5848b0173f705c9e15c9f0cc3763d3c9f6f /UICaboodle/BrowserView.h | |
parent | 9373b14a9943e2bf10ac68d1314bdb2d0ae8ee43 (diff) |
Merge CYViewController into UCViewController.
Diffstat (limited to 'UICaboodle/BrowserView.h')
-rw-r--r-- | UICaboodle/BrowserView.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/UICaboodle/BrowserView.h b/UICaboodle/BrowserView.h index 23be631..3f759ca 100644 --- a/UICaboodle/BrowserView.h +++ b/UICaboodle/BrowserView.h @@ -27,10 +27,10 @@ @end @protocol BrowserControllerDelegate -- (UCViewController *) pageForURL:(NSURL *)url hasTag:(int *)tag; +- (CYViewController *) pageForURL:(NSURL *)url hasTag:(int *)tag; @end -@interface BrowserController : UCViewController < +@interface BrowserController : CYViewController < HookProtocol > { UIScroller *scroller_; |