summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLOnAppInterfaceUnregistered.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLOnAppInterfaceUnregistered.h')
-rw-r--r--SmartDeviceLink/SDLOnAppInterfaceUnregistered.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLOnAppInterfaceUnregistered.h b/SmartDeviceLink/SDLOnAppInterfaceUnregistered.h
index 5da94fb56..7e18b858a 100644
--- a/SmartDeviceLink/SDLOnAppInterfaceUnregistered.h
+++ b/SmartDeviceLink/SDLOnAppInterfaceUnregistered.h
@@ -14,11 +14,16 @@
* @since SDL 1.0
* @see SDLRegisterAppInterface
*/
+
+NS_ASSUME_NONNULL_BEGIN
+
@interface SDLOnAppInterfaceUnregistered : SDLRPCNotification
/**
* @abstract The reason application's interface was terminated
*/
-@property (strong) SDLAppInterfaceUnregisteredReason reason;
+@property (strong, nonatomic) SDLAppInterfaceUnregisteredReason reason;
@end
+
+NS_ASSUME_NONNULL_END