name change

This commit is contained in:
Kevin G Christiano 2020-01-23 09:59:49 -05:00
parent 9084669695
commit 2e0ff9b7dc

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
}