diff options
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 f707ba2..6cbff24 100644 --- a/CyteKit/ViewController.h +++ b/CyteKit/ViewController.h @@ -48,6 +48,7 @@ - (BOOL) hasLoaded; - (void) reloadData; - (void) unloadData; +- (UIViewController *) parentOrPresentingViewController; @end @interface CyteViewController : UIViewController { |