summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLBeltStatus.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLBeltStatus.h')
-rw-r--r--SmartDeviceLink/SDLBeltStatus.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLBeltStatus.h b/SmartDeviceLink/SDLBeltStatus.h
index 6fd565877..5108c623c 100644
--- a/SmartDeviceLink/SDLBeltStatus.h
+++ b/SmartDeviceLink/SDLBeltStatus.h
@@ -5,6 +5,8 @@
#import "SDLVehicleDataEventStatus.h"
+NS_ASSUME_NONNULL_BEGIN
+
@interface SDLBeltStatus : SDLRPCStruct
@property (strong) SDLVehicleDataEventStatus driverBeltDeployed;
@@ -24,3 +26,5 @@
@property (strong) SDLVehicleDataEventStatus middleRow1BuckleBelted;
@end
+
+NS_ASSUME_NONNULL_END