From ad7f183325bdd1aa7d2cb8bc7836c45ed36c2dcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B8=D1=85=D0=B0=D0=B8=D0=BB=20=D0=9A=D0=B0=D0=BF?= =?UTF-8?q?=D0=B5=D0=BB=D1=8C=D0=BA=D0=BE?= Date: Tue, 2 Jan 2024 10:17:21 +0300 Subject: [PATCH] d --- src/App.swift | 2 ++ 1 file changed, 2 insertions(+) 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 }