Uncommenting the string extension

This commit is contained in:
ramki982 2015-04-17 16:44:56 +05:30
parent ea3bd02f6a
commit 057be73990

View File

@ -23,12 +23,11 @@
// THE SOFTWARE. // THE SOFTWARE.
import Foundation import Foundation
extension String {
//extension String { private var length:Int {
// private var length:Int { return count(self)
// return count(self) }
// } }
//}
public final class SocketEngine: NSObject, WebSocketDelegate, SocketLogClient { public final class SocketEngine: NSObject, WebSocketDelegate, SocketLogClient {
private typealias Probe = (msg:String, type:PacketType, data:ContiguousArray<NSData>?) private typealias Probe = (msg:String, type:PacketType, data:ContiguousArray<NSData>?)