From f973b442c9b3777c087a8d213d6b45a96b2bf43c Mon Sep 17 00:00:00 2001 From: panxi Date: Tue, 26 Nov 2019 13:25:37 -0500 Subject: [PATCH] update --- JSONCreator_iOS/JSONCreator/AppDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSONCreator_iOS/JSONCreator/AppDelegate.swift b/JSONCreator_iOS/JSONCreator/AppDelegate.swift index 364d09f..d9fe595 100644 --- a/JSONCreator_iOS/JSONCreator/AppDelegate.swift +++ b/JSONCreator_iOS/JSONCreator/AppDelegate.swift @@ -20,7 +20,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UISplitViewControllerDele func application(_ application: UIApplication, willFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey : Any]? = nil) -> Bool { // Setup our core object with the default implementation - MVMCoreUIObject.sharedInstance()?.defaultInitialSetup() + CoreUIObject.sharedInstance()?.defaultInitialSetup() return true }