diff options
Diffstat (limited to 'CyteKit/TabBarController.h')
-rw-r--r-- | CyteKit/TabBarController.h | 1 |
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; |