测试代码
This commit is contained in:
parent
7f9e8987cb
commit
fd9561ae5a
@ -40,7 +40,7 @@
|
||||
</Testables>
|
||||
</TestAction>
|
||||
<LaunchAction
|
||||
buildConfiguration = "Debug"
|
||||
buildConfiguration = "Release"
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
launchStyle = "0"
|
||||
|
||||
@ -36,6 +36,7 @@
|
||||
self.window.rootViewController = VC;
|
||||
[self.window makeKeyAndVisible];
|
||||
|
||||
//关闭可视对讲功能 需打开时再解注释
|
||||
[self initSound];
|
||||
_udp = [[UdpHelper alloc] init];
|
||||
[_udp Open];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user