summaryrefslogtreecommitdiff
path: root/CyteKit/TabBarController.h
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2017-02-15 10:29:44 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2017-02-15 10:29:44 -0800
commit7ccc1484ab74ebf5797820bdd24edccfd42aaa50 (patch)
tree6bf6278957d2ff267d8685fb863c4d4da61e4056 /CyteKit/TabBarController.h
parentf8c9fd4c9a853ca14ac1d1fb123e2e6200879bb4 (diff)
Move some of our clearly shared code into CyteKit.
Diffstat (limited to 'CyteKit/TabBarController.h')
-rw-r--r--CyteKit/TabBarController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/CyteKit/TabBarController.h b/CyteKit/TabBarController.h
index 7aee767..2aa403c 100644
--- a/CyteKit/TabBarController.h
+++ b/CyteKit/TabBarController.h
@@ -31,6 +31,7 @@
@interface CyteTabBarController : UITabBarController
+- (NSArray *) navigationURLCollection;
- (UIViewController *) unselectedViewController;
- (void) setUnselectedViewController:(UIViewController *)transient;