In Swift 3 AnyObject is rarely what you want to use. Objective-C API gets imported as Any and while types like Array and Dictionary can be coerced to AnyObject, they prefer Any, which doesn’t require a manual cast. |
||
|---|---|---|
| .. | ||
| Info.plist | ||
| SocketAckManagerTest.swift | ||
| SocketBasicPacketTest.swift | ||
| SocketEngineTest.swift | ||
| SocketIOClientConfigurationTest.swift | ||
| SocketNamespacePacketTest.swift | ||
| SocketObjectiveCTest.m | ||
| SocketParserTest.swift | ||
| SocketSideEffectTest.swift | ||