From 1c8fcee7726171f3d4cbec469b92446ae77cf303 Mon Sep 17 00:00:00 2001 From: Erik Date: Fri, 12 Jun 2015 09:23:11 -0400 Subject: [PATCH] remove comment --- SocketIOClientSwift/SocketTypes.swift | 4 ---- 1 file changed, 4 deletions(-) diff --git a/SocketIOClientSwift/SocketTypes.swift b/SocketIOClientSwift/SocketTypes.swift index 2423d02..23723db 100644 --- a/SocketIOClientSwift/SocketTypes.swift +++ b/SocketIOClientSwift/SocketTypes.swift @@ -24,10 +24,6 @@ import Foundation -// @objc_block is undocumented, but is used because Swift assumes that all -// Objective-C blocks are copied, but Objective-C assumes that Swift will copy it. -// And the way things are done here, the bridging fails to copy the block in -// SocketAckMap#addAck public typealias AckCallback = @convention(block) (NSArray?) -> Void public typealias AckEmitter = ([AnyObject]) -> Void public typealias NormalCallback = (NSArray?, AckEmitter?) -> Void