summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLButtonCapabilities.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLButtonCapabilities.h')
-rw-r--r--SmartDeviceLink/SDLButtonCapabilities.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLButtonCapabilities.h b/SmartDeviceLink/SDLButtonCapabilities.h
index f73416239..18b283c36 100644
--- a/SmartDeviceLink/SDLButtonCapabilities.h
+++ b/SmartDeviceLink/SDLButtonCapabilities.h
@@ -11,6 +11,9 @@
*
* @since SDL 1.0
*/
+
+NS_ASSUME_NONNULL_BEGIN
+
@interface SDLButtonCapabilities : SDLRPCStruct
/**
@@ -40,3 +43,5 @@
@property (strong) NSNumber<SDLBool> *upDownAvailable;
@end
+
+NS_ASSUME_NONNULL_END