This commit is contained in:
Михаил Капелько
2024-01-19 18:20:43 +03:00
parent 1f17414db4
commit f5fd715e3e

View File

@@ -36,6 +36,9 @@ class AppDelegate: UIResponder, UIApplicationDelegate
//testMic1()
//testMic2()
testMic2_id("1")
DispatchQueue.main.asyncAfter(deadline: .now() + 3) {
testMic2_id("2")
}
return true
}