Skip to content

Commit 66d32fd

Browse files
authored
Update StompClientLib.swift
1 parent ab26dca commit 66d32fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

StompClientLib/Classes/StompClientLib.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public enum StompAckMode {
5959
}
6060

6161
// Fundamental Protocols
62-
public protocol StompClientLibDelegate {
62+
public protocol StompClientLibDelegate: class {
6363
func stompClient(client: StompClientLib!, didReceiveMessageWithJSONBody jsonBody: AnyObject?, akaStringBody stringBody: String?, withHeader header:[String:String]?, withDestination destination: String)
6464

6565
func stompClientDidDisconnect(client: StompClientLib!)

0 commit comments

Comments
 (0)