diff --git a/Source/GCD/GCDAsyncSocket.h b/Source/GCD/GCDAsyncSocket.h index 6c4f0409..828951fa 100644 --- a/Source/GCD/GCDAsyncSocket.h +++ b/Source/GCD/GCDAsyncSocket.h @@ -788,7 +788,7 @@ typedef NS_ENUM(NSInteger, GCDAsyncSocketError) { * * You can also perform additional validation in socketDidSecure. **/ -- (void)startTLS:(nullable NSDictionary *)tlsSettings; +- (void)startTLS:(nullable NSDictionary *)tlsSettings; #pragma mark Advanced