35typedef struct NavigationViewControllerInterface NavigationViewControllerInterface;
60struct NavigationViewControllerInterface {
65 ViewControllerInterface viewControllerInterface;
OBJECTIVELYMVC_EXPORT Class * _NavigationViewController(void)
#define OBJECTIVELYMVC_EXPORT
A ViewController manages a View and its descendants.
Navigation controllers arrange their child controllers as a stack to facilitate navigation between th...
ViewController viewController
The superclass.
NavigationViewControllerInterface * interface
The interface.
A ViewController manages a View and its descendants.