diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2017-03-04 20:18:40 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2017-03-04 20:18:40 -0800 |
commit | 217e22f0f4f84e74a3649d5e292c283b0c468b7f (patch) | |
tree | 829acf2e2906067ced0604f8d77aeb72cda285eb /CyteKit/ViewController.h | |
parent | 60bd32466fcc4830ee8ff1774cd2e8d5bf390f4a (diff) |
Move some code of Window/TabBarController to Cyte.
Diffstat (limited to 'CyteKit/ViewController.h')
-rw-r--r-- | CyteKit/ViewController.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CyteKit/ViewController.h b/CyteKit/ViewController.h index 156f3cb..da4a33b 100644 --- a/CyteKit/ViewController.h +++ b/CyteKit/ViewController.h @@ -36,6 +36,7 @@ - (void) unloadData; - (UIViewController *) parentOrPresentingViewController; +- (UIViewController *) rootViewController; // This URL is used to save the state of the view controller. Return // nil if you cannot or should not save the URL for this page. |