summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLTransportType.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLTransportType.h')
-rw-r--r--SmartDeviceLink/SDLTransportType.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLTransportType.h b/SmartDeviceLink/SDLTransportType.h
index 5d516808d..8cfb4ec7e 100644
--- a/SmartDeviceLink/SDLTransportType.h
+++ b/SmartDeviceLink/SDLTransportType.h
@@ -11,7 +11,7 @@ NS_ASSUME_NONNULL_BEGIN
@property (nullable, weak, nonatomic) id<SDLTransportDelegate> delegate;
- (void)connect;
-- (void)disconnect;
+- (void)disconnectWithCompletionHandler:(void (^)(void))disconnectCompletionHandler;
- (void)sendData:(NSData *)dataToSend;
@end