We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab26dca commit 66d32fdCopy full SHA for 66d32fd
StompClientLib/Classes/StompClientLib.swift
@@ -59,7 +59,7 @@ public enum StompAckMode {
59
}
60
61
// Fundamental Protocols
62
-public protocol StompClientLibDelegate {
+public protocol StompClientLibDelegate: class {
63
func stompClient(client: StompClientLib!, didReceiveMessageWithJSONBody jsonBody: AnyObject?, akaStringBody stringBody: String?, withHeader header:[String:String]?, withDestination destination: String)
64
65
func stompClientDidDisconnect(client: StompClientLib!)
0 commit comments