diff options
-rw-r--r-- | Source/SPConnectionControllerDelegateProtocol.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/SPConnectionControllerDelegateProtocol.h b/Source/SPConnectionControllerDelegateProtocol.h index 352c439f..7f026b6d 100644 --- a/Source/SPConnectionControllerDelegateProtocol.h +++ b/Source/SPConnectionControllerDelegateProtocol.h @@ -37,19 +37,19 @@ * * Connection controller delegate protocol. */ -@protocol SPConnectionControllerDelegateProtocol +@protocol SPConnectionControllerDelegateProtocol <NSObject> /** * Called when the connection controller starts initiating the connection process. * - * @param controller The calling connection controller + * @param controller The calling connection controller. */ - (void)connectionControllerInitiatingConnection:(id)controller; /** * Called when the connection controller's connection attempt failed. * - * @param controller The calling connection controller + * @param controller The calling connection controller. */ - (void)connectionControllerConnectAttemptFailed:(id)controller; |