Make methods private.

This commit is contained in:
Gregory John Casamento 2020-07-19 00:25:13 -04:00
parent bf7df4a693
commit 6611c50211
2 changed files with 0 additions and 8 deletions

View file

@ -53,11 +53,8 @@ extern "C" {
- (NSString *) applicationSceneId;
- (NSData *) dataForIdentifier: (NSString *)identifier;
- (NSData *) dataForApplicationScene;
- (NSMapTable *) segueMapForIdentifier: (NSString *)identifier;
- (void) processSegues: (NSXMLDocument *)xmlIn
forControllerId: (NSString *)identifier;
- (void) processStoryboard: (NSXMLDocument *)storyboardXml;
@end

View file

@ -381,11 +381,6 @@
return [xml XMLData];
}
- (NSData *) dataForApplicationScene
{
return [self dataForIdentifier: APPLICATION];
}
- (void) addStandardObjects: (NSXMLElement *)objects
classString: (NSString *) customClassString
connections: (NSXMLNode *)appCons