Process segues as part of document processing per discussion with Fred.

This commit is contained in:
Gregory John Casamento 2020-07-14 01:48:18 -04:00
parent ae0ddc2716
commit 8e030e0fe5
2 changed files with 23 additions and 19 deletions

View file

@ -42,7 +42,6 @@ extern "C" {
{
NSMutableDictionary *_scenesMap;
NSMutableDictionary *_controllerMap;
NSMutableDictionary *_documentsMap;
NSMutableDictionary *_identifierToSegueMap;
NSString *_initialViewControllerId;
NSString *_applicationSceneId;
@ -61,7 +60,7 @@ extern "C" {
- (NSDictionary *) identifierToSegueMap;
- (void) processSegues: (NSXMLDocument *)xmlIn
forId: (NSString *)identifier;
forControllerId: (NSString *)identifier;
- (void) processStoryboard: (NSXMLDocument *)storyboardXml;
@end