summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLProxyListener.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLProxyListener.h')
-rw-r--r--SmartDeviceLink/SDLProxyListener.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLProxyListener.h b/SmartDeviceLink/SDLProxyListener.h
index 9b6f460f4..2d1f6e96f 100644
--- a/SmartDeviceLink/SDLProxyListener.h
+++ b/SmartDeviceLink/SDLProxyListener.h
@@ -68,6 +68,7 @@
@class SDLUnsubscribeVehicleDataResponse;
@class SDLUnsubscribeWaypointsResponse;
+NS_ASSUME_NONNULL_BEGIN
@protocol SDLProxyListener <NSObject>
@@ -143,3 +144,5 @@
- (void)onUnsubscribeWayPointsResponse:(SDLUnsubscribeWaypointsResponse *)response;
@end
+
+NS_ASSUME_NONNULL_END