summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLPresetBankCapabilities.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLPresetBankCapabilities.h')
-rw-r--r--SmartDeviceLink/SDLPresetBankCapabilities.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLPresetBankCapabilities.h b/SmartDeviceLink/SDLPresetBankCapabilities.h
index 8c0cdda32..9242bddbd 100644
--- a/SmartDeviceLink/SDLPresetBankCapabilities.h
+++ b/SmartDeviceLink/SDLPresetBankCapabilities.h
@@ -9,6 +9,9 @@
*
* @since SDL 2.0
*/
+
+NS_ASSUME_NONNULL_BEGIN
+
@interface SDLPresetBankCapabilities : SDLRPCStruct
/**
@@ -16,6 +19,8 @@
*
* Required, Boolean
*/
-@property (strong) NSNumber<SDLBool> *onScreenPresetsAvailable;
+@property (strong, nonatomic) NSNumber<SDLBool> *onScreenPresetsAvailable;
@end
+
+NS_ASSUME_NONNULL_END