This commit is contained in:
panxi 2019-11-26 13:25:37 -05:00
parent 4d0e3b651e
commit f973b442c9

View File

@ -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
}