summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLOnAppInterfaceUnregistered.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLOnAppInterfaceUnregistered.h')
-rw-r--r--SmartDeviceLink/SDLOnAppInterfaceUnregistered.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLOnAppInterfaceUnregistered.h b/SmartDeviceLink/SDLOnAppInterfaceUnregistered.h
index d612a545c..7e18b858a 100644
--- a/SmartDeviceLink/SDLOnAppInterfaceUnregistered.h
+++ b/SmartDeviceLink/SDLOnAppInterfaceUnregistered.h
@@ -22,7 +22,7 @@ NS_ASSUME_NONNULL_BEGIN
/**
* @abstract The reason application's interface was terminated
*/
-@property (strong) SDLAppInterfaceUnregisteredReason reason;
+@property (strong, nonatomic) SDLAppInterfaceUnregisteredReason reason;
@end