summaryrefslogtreecommitdiff
path: root/UICaboodle/BrowserView.h
diff options
context:
space:
mode:
authorGrant Paul <chpwn@chpwn.com>2010-12-30 01:52:12 -0800
committerGrant Paul <chpwn@chpwn.com>2010-12-30 01:52:12 -0800
commitf6e1356137e494e0746becbfda851c8858de1c98 (patch)
treefcdde073e8d373af8d02d3ac529fb5dbc68fec31 /UICaboodle/BrowserView.h
parentdf30fbeeffdde520154ea445b7ac9ff2c99ce198 (diff)
Switch to native UITabBarController handling, and rewrite URL subsystem. Also make a number of changes, creating and renaming classes for the different pages dispalyed in Cydia. Incomplete; -urlForPage methods are not implemented or used and CYSearchController does not yet exist.
Diffstat (limited to 'UICaboodle/BrowserView.h')
-rw-r--r--UICaboodle/BrowserView.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/UICaboodle/BrowserView.h b/UICaboodle/BrowserView.h
index f224326..efc1e6c 100644
--- a/UICaboodle/BrowserView.h
+++ b/UICaboodle/BrowserView.h
@@ -52,7 +52,7 @@
@protocol BrowserControllerDelegate
- (void) retainNetworkActivityIndicator;
- (void) releaseNetworkActivityIndicator;
-- (CYViewController *) pageForURL:(NSURL *)url hasTag:(int *)tag;
+- (CYViewController *) pageForURL:(NSURL *)url;
@end
@interface BrowserController : CYViewController <