From 3a3e0325a29a6f1774eaf2210f80e4cbc28998ed 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: Wed, 24 Jan 2024 18:24:51 +0300 Subject: [PATCH] d --- src/App.swift | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/App.swift b/src/App.swift index 2d5910b..098ebf2 100644 --- a/src/App.swift +++ b/src/App.swift @@ -55,10 +55,13 @@ class AppDelegate: UIResponder, UIApplicationDelegate /**/print("ИГР App.didFLWO") //testMic1() //testMic2() - testMic2_id("1") + //testMic2_id("1") + /* DispatchQueue.main.asyncAfter(deadline: .now() + 3) { self.testMic2_id("2") } + */ + testMic4() return true } @@ -97,4 +100,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate Bus.send(Bus.keyId(Mic.K.activityDate, id), Date() + 3) } } + + func testMic4() { + + } }