I don't see a need for unowned

This commit is contained in:
Erik 2015-09-18 12:54:09 -04:00
parent ba7ffe6d26
commit 835e1c2262

View File

@ -25,7 +25,7 @@
import Foundation
public final class SocketAckEmitter: NSObject {
unowned let socket: SocketIOClient
let socket: SocketIOClient
let ackNum: Int
init(socket: SocketIOClient, ackNum: Int) {