diff --git a/src/App.swift b/src/App.swift index 5bb7da4..ddf2865 100644 --- a/src/App.swift +++ b/src/App.swift @@ -27,6 +27,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate window?.rootViewController = vc window?.backgroundColor = UIColor.white window?.makeKeyAndVisible() + + /**/print("ИГР UUID:", UUID().uuidString) return true }