summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLOnAppInterfaceUnregistered.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLOnAppInterfaceUnregistered.h')
-rw-r--r--SmartDeviceLink/SDLOnAppInterfaceUnregistered.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLOnAppInterfaceUnregistered.h b/SmartDeviceLink/SDLOnAppInterfaceUnregistered.h
index 012b9c395..7e18b858a 100644
--- a/SmartDeviceLink/SDLOnAppInterfaceUnregistered.h
+++ b/SmartDeviceLink/SDLOnAppInterfaceUnregistered.h
@@ -14,6 +14,9 @@
* @since SDL 1.0
* @see SDLRegisterAppInterface
*/
+
+NS_ASSUME_NONNULL_BEGIN
+
@interface SDLOnAppInterfaceUnregistered : SDLRPCNotification
/**
@@ -22,3 +25,5 @@
@property (strong, nonatomic) SDLAppInterfaceUnregisteredReason reason;
@end
+
+NS_ASSUME_NONNULL_END